Skip to content

Commit

Permalink
Improve selector
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Oct 21, 2024
1 parent 240fd11 commit 4237ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/ClipboardBwCompatibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("Clipboard backward compatibility", () => {
});

// Go to second page
cy.get('[data-test="page-dropdown"]').click({force: true});
cy.get('[data-test="page-dropdown"] button').click({force: true});
cy.get('[data-test="page-popup"]').click({force: true});
const elementsAddedFromMainPage = 17;

Expand Down

0 comments on commit 4237ec3

Please sign in to comment.