Skip to content

Commit

Permalink
Increasing 'wait' for task details text
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 committed Jan 21, 2025
1 parent 7097868 commit ad5e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ export function normalizeText(text: string): string {
}

export function taskDetailsSanity(appName: string, taskKind: TaskKind, taskStatus?: TaskStatus) {
cy.wait(2 * SEC);
cy.wait(5 * SEC);
cy.get(taskDetailsEditor)
.invoke("text")
.then((text) => {
Expand Down

0 comments on commit ad5e3e6

Please sign in to comment.