Skip to content

Commit

Permalink
chore: autosave cypress delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEXANDRU MEDESAN committed Aug 1, 2023
1 parent d25c43d commit 4067a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/tests/core/basic/autosave.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ describe('createContent Tests', () => {
cy.log('test if page content type is added as new page after Toolbar Save');

cy.get('#toolbar-save').focus().click();
cy.navigate('/page-1-title');
cy.wait(2000);
cy.contains('Page 1 title');
cy.wait(1000);

cy.log('test draft is deleted from local storage after save');

Expand Down

0 comments on commit 4067a3e

Please sign in to comment.