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

Commit

Permalink
Configure pause after set content
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-darsow committed Nov 27, 2023
1 parent 51c5261 commit 90b53f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions page-objects/pages/NWSAddEditNewsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ async function setNewsTitle(newsTitle) {

async function setNewsContent(newsContent) {
await elementHelpers.click(contentField);
await waitHelpers.waitAndSetValue(contentField, newsContent);
await waitHelpers.wait(1000);
await waitHelpers.waitAndSetValue(contentField, newsContent, 1000);
}

async function setNewsPublishDate(newsDate) {
Expand Down

0 comments on commit 90b53f1

Please sign in to comment.