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

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 15, 2021
1 parent c8fd0dc commit 5c8d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/block-basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Blocks Tests', () => {

// Add block
cy.get('.ui.basic.icon.button.block-add-button').first().click();
cy.get('.blocks-chooser .title').contains('Media').click();
//cy.get('.blocks-chooser .title').contains('Common Blocks').click();
cy.get('.content.active.media .button.image').contains('Image').click();

// Save
Expand Down

0 comments on commit 5c8d3c1

Please sign in to comment.