diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js index e2152508a..f7943cd00 100644 --- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js +++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js @@ -330,7 +330,7 @@ describe('Top toolbar tests.', function() { desktopHelper.actionOnSelector('hyperLink', (selector) => { cy.get(selector).click(); }); - cy.get('.vex-content.hyperlink-dialog') + cy.get('#hyperlink-link-box') .should('exist'); cy.get('#hyperlink-text-box') @@ -339,7 +339,7 @@ describe('Top toolbar tests.', function() { cy.get('#hyperlink-link-box') .type('www.something.com'); - cy.get('.vex-dialog-buttons .button-primary') + cy.get('#response-ok') .click(); writerHelper.selectAllTextOfDoc();