Fix failing impress hyperlink mobile test.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ic1446d2b89ba6f60899181c3748c61cfaa3ee3be
This commit is contained in:
parent
6fd6cb1ccf
commit
8a8149b292
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ describe(['tagmobile', 'tagnextcloud'], 'Impress insertion wizard.', function()
|
|||
impressHelper.selectTextOfShape();
|
||||
helper.copy();
|
||||
helper.expectTextForClipboard('some text');
|
||||
cy.cGet('.leaflet-popup-content a').should('have.text', 'http://www.something.com');
|
||||
cy.cGet('.hyperlink-pop-up-container a').should('have.text', 'http://www.something.com');
|
||||
});
|
||||
|
||||
it('Insert date field (fixed) inside existing text shape.', function() {
|
||||
|
|
Loading…
Reference in a new issue