diff --git a/tests/e2e/specs/ClipboardBwCompatibility.spec.js b/tests/e2e/specs/ClipboardBwCompatibility.spec.js index 48addec35..fc979b781 100644 --- a/tests/e2e/specs/ClipboardBwCompatibility.spec.js +++ b/tests/e2e/specs/ClipboardBwCompatibility.spec.js @@ -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;