Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Adjust contentField selector
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-darsow committed Nov 24, 2023
1 parent c60d21c commit 25cfd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-objects/pages/NWSAddEditNewsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const waitHelpers = require('../../runtime/helpers/waitHelpers');
const submitNewsBtn = '[data-testid="btn_news_submit"]';
const addNewsBtn = "[data-testid='create-news-btn']";
const titleField = 'input.h1';
const contentField = '.ck-editor [contenteditable="true"] .ck-placeholder';
const contentField = '.ck-editor [contenteditable="true"]';
const dateTimeSelector = '[data-testid="news_date"] input';

async function goToNewNews() {
Expand Down

0 comments on commit 25cfd41

Please sign in to comment.