Skip to content

Commit

Permalink
fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Mar 6, 2024
1 parent 3369176 commit 6fe2bb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/01-block-tabs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ describe('Blocks Tests', () => {

cy.get('.tabs-block').contains('Tab 1').dblclick().type('Tab 1 edited');

cy.get('.field-wrapper-accordionIconRight .checkbox').click();

// Add new tab
cy.get('.tabs-block .addition-button').click();
cy.get('.tabs-block').contains('Tab 3').dblclick().type('Tab 3 edited');
Expand Down

0 comments on commit 6fe2bb4

Please sign in to comment.