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

Commit

Permalink
cy wait 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 24, 2021
1 parent 8b4feb0 commit 6cd4ec1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cypress/integration/04-block-focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ describe('Block Tests', () => {
'Colorless green ideas sleep furiously.',
).setSelection('furiously');

cy.wait(500);
cy.wait(1000);

cy.get('.slate-inline-toolbar .button-wrapper a[title="Link"]').click();
cy.get('.sidebar-container a.item:nth-child(3)').click();
cy.get('input[name="external_link-0-external"]').click().type('https://google.com{enter}');
cy.get('input[name="external_link-0-external"]')
.click()
.type('https://google.com{enter}');
cy.get('.sidebar-container .form .header button:first-of-type').click();

cy.get('#toolbar-save').click();
Expand Down

0 comments on commit 6cd4ec1

Please sign in to comment.