Skip to content

Commit

Permalink
fix: data-test prop for split button
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Feb 16, 2024
1 parent a93a271 commit 676fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ScopeSelector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When('you click the "New" button to add a new event', () => {
});

When('you click the first option from the "New" button to add a new event', () => {
cy.get('[data-test="new-button"]')
cy.get('[data-test="new-button-toggle"]')
.click();
cy.get('[data-test="new-menuitem-one"]')
.click();
Expand Down

0 comments on commit 676fdd9

Please sign in to comment.