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-11-17 10:21:53 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-17 11:01:10 +0300
commit776afefc88bbe59f7da40c55abbd4f0cb67bf8c1 (patch)
tree7663ffa53cecb0bfee6a1926e9be15f44617e903 /cypress
parentc341aa215b5877fd5a12f54035621b795c0ce7df (diff)
Viewer now has a different action 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 e00b04b9c..4fb0940f2 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').should('be.visible')
cy.get('#viewer .modal-title').should('contain', 'test.md')
- cy.get('#viewer .modal-header button.icon-menu-sidebar-white-forced').should('be.visible')
+ cy.get('#viewer .modal-header button.action-item__menutoggle').should('be.visible')
cy.get('#viewer .modal-header button.icon-close').should('be.visible')
cy.wait(2000)