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

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jul 29, 2022
1 parent 61dac61 commit bc2f734
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cypress/integration/block-basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ describe('Blocks Tests', () => {

it('Add Block: Empty', () => {
// Change page title
cy.get('.documentFirstHeading > .public-DraftStyleDefault-block')
.clear()
.type('My Add-on Page')
.get('.documentFirstHeading span[data-text]')
.contains('My Add-on Page');
// cy.get('.documentFirstHeading > .public-DraftStyleDefault-block')
// .clear()
// .type('My Add-on Page')
// .get('.documentFirstHeading span[data-text]')
// .contains('My Add-on Page');

cy.get('.documentFirstHeading > .public-DraftStyleDefault-block').type(
'{enter}',
);
// cy.get('.documentFirstHeading > .public-DraftStyleDefault-block').type(
// '{enter}',
// );

// Add block
cy.get('.ui.basic.icon.button.block-add-button').first().click();
Expand Down

0 comments on commit bc2f734

Please sign in to comment.