Skip to content

Commit

Permalink
feat:added wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman-Apptware committed Dec 11, 2023
1 parent 2e54172 commit 8c54163
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe("create and manage platform and metadata policies", () => {
cy.contains('tr', `${platform_policy_name}` )
.contains('EDIT')
.click();
cy.wait(3000);
cy.clickOptionWithTestId("policy-name");
cy.focused().clear().type(platform_policy_edited);
cy.clickOptionWithTestId("policy-description");
Expand Down Expand Up @@ -112,6 +113,7 @@ describe("create and manage platform and metadata policies", () => {
cy.contains('tr', `${metadata_policy_name}` )
.contains('EDIT')
.click();
cy.wait(3000);
cy.clickOptionWithTestId("policy-name")
cy.focused().clear().type(metadata_policy_edited);
cy.clickOptionWithTestId("policy-description");
Expand Down

0 comments on commit 8c54163

Please sign in to comment.