Skip to content

Commit

Permalink
fix(tests): after change structure for tabs - from p tag to reference…
Browse files Browse the repository at this point in the history
… the .menu-item-text
  • Loading branch information
claudiaifrim committed Mar 7, 2024
1 parent 7180ca0 commit 4f91f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/01-block-tabs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Blocks Tests', () => {
cy.contains('My Add-on Page');
cy.contains('Hydrogen');

cy.get('.tabs-block p').contains('Tab 2').click();
cy.get('.tabs-block .menu-item-text').contains('Tab 2').click();
cy.contains('Oxygen');

cy.get('.slick-arrow').click();
Expand Down

0 comments on commit 4f91f42

Please sign in to comment.