Skip to content

Commit

Permalink
Added 500ms wait on failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
TinCodes committed Jul 20, 2023
1 parent efc80c1 commit 7ce1787
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('Clone Improvement', () => {
selectComponentType(selectorFormTask,'switch-to-manual-task');

//Step 4: Clone the Manual Task
cy.wait(500);
cy.get('[data-test="clone-button"]').click();

//Validation 1: Verify that Manual was cloned
Expand Down

0 comments on commit 7ce1787

Please sign in to comment.