Skip to content

Commit

Permalink
Merge pull request #785 from nextcloud/revert-777-tests/cypress-sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Apr 24, 2020
2 parents 6f896e5 + d58d070 commit 5586acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/viewer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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-info-white-forced').should('be.visible')
cy.get('#viewer-content .modal-header button.icon-menu-sidebar-white-forced').should('be.visible')
cy.get('#viewer-content .modal-header button.icon-close').should('be.visible')

cy.wait(2000)
Expand Down

0 comments on commit 5586acd

Please sign in to comment.