Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-20 13:26:03 +0300
committerJulius Härtl <jus@bitgrid.net>2020-04-20 13:36:01 +0300
commit4d7ff6779efa514ade97ad9918ed5801014d8200 (patch)
treec16c1bc9255f5ee8000908f3985554e1fc3dc32f /cypress
parenteb223e050933d759ea99b510c593cd778a8e43ff (diff)
Adjust cypress to new icon
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/integration/viewer.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/integration/viewer.spec.js b/cypress/integration/viewer.spec.js
index 36e22edf4..3d970d739 100644
--- a/cypress/integration/viewer.spec.js
+++ b/cypress/integration/viewer.spec.js
@@ -51,7 +51,7 @@ describe('Open test.md in viewer', function() {
cy.openFile('test.md')
cy.get('#viewer-content').should('be.visible')
cy.get('#viewer-content .modal-title').should('contain', 'test.md')
- cy.get('#viewer-content .modal-header button.icon-menu-sidebar-white-forced').should('be.visible')
+ cy.get('#viewer-content .modal-header button.icon-info-white-forced').should('be.visible')
cy.get('#viewer-content .modal-header button.icon-close').should('be.visible')
cy.wait(2000)