summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2023-02-20 13:54:03 +0100
committerSzymon Kłos <eszkadev@gmail.com>2023-02-22 17:59:49 +0100
commit4193f79fa71658836cf1c87ab7d5a50ca014ba00 (patch)
tree54b6c44c7259079c08dbdfd0a0e204cba6718156 /cypress_test/integration_tests/desktop/writer
parentjsdialog: convert insert hyperlink from vex (diff)
downloadonline-4193f79fa71658836cf1c87ab7d5a50ca014ba00.tar.gz
online-4193f79fa71658836cf1c87ab7d5a50ca014ba00.zip
cypress: hyperlink converted to jsdialog
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I2b79fdb15102fe4a7631cbb8ee654f9be9c72709
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js4
1 files changed, 2 insertions, 2 deletions
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 e2152508a6..f7943cd001 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();