Skip to content

Commit f9d621d

Browse files
authored
Merge pull request #777 from nextcloud/tests/cypress-sidebar
2 parents eb223e0 + 4d7ff67 commit f9d621d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/integration/viewer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Open test.md in viewer', function() {
5151
cy.openFile('test.md')
5252
cy.get('#viewer-content').should('be.visible')
5353
cy.get('#viewer-content .modal-title').should('contain', 'test.md')
54-
cy.get('#viewer-content .modal-header button.icon-menu-sidebar-white-forced').should('be.visible')
54+
cy.get('#viewer-content .modal-header button.icon-info-white-forced').should('be.visible')
5555
cy.get('#viewer-content .modal-header button.icon-close').should('be.visible')
5656

5757
cy.wait(2000)

0 commit comments

Comments
 (0)