Fix failing impress hyperlink mobile test.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: Ic1446d2b89ba6f60899181c3748c61cfaa3ee3be
This commit is contained in:
Gökay Şatır 2024-07-02 21:48:16 +03:00 committed by Gökay ŞATIR
parent 6fd6cb1ccf
commit 8a8149b292

View file

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