cypress: hyperlink converted to jsdialog
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I2b79fdb15102fe4a7631cbb8ee654f9be9c72709
This commit is contained in:
parent
58bcdc36ae
commit
4193f79fa7
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue