Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
[JENKINS] - Move cy.wait
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 7, 2021
1 parent 31db2dd commit 9ce05e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/02-block-slate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ describe('Block Tests', () => {
s3.typeInSlate('Hello Cypress World!');
s3.type('{enter}');

cy.wait(500);

// Save
cy.get('#toolbar-save').click();
cy.url().should('eq', Cypress.config().baseUrl + '/cypress/my-page');

cy.wait(500);

// then the page view should contain our changes
cy.contains('Hello Cypress World!');
});
Expand Down

0 comments on commit 9ce05e5

Please sign in to comment.