cypress: hyperlink converted to jsdialog

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I2b79fdb15102fe4a7631cbb8ee654f9be9c72709
This commit is contained in:
Szymon Kłos 2023-02-20 13:54:03 +01:00 committed by Szymon Kłos
parent 58bcdc36ae
commit 4193f79fa7

View file

@ -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();