Skip to content

Commit

Permalink
feat: update cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed Feb 21, 2023
1 parent 3f7a7c6 commit 9c37c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/workspace.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Workspace', function() {
cy.get('.files-fileList').should('contain', 'README.md')
cy.get('#rich-workspace .ProseMirror')
.should('contain', 'Hello world')
cy.get('a[href*="/apps/files/recent"]')
cy.get('li[data-id="recent"] a.nav-icon-recent')
.click()
cy.get('#rich-workspace .ProseMirror')
.should('not.visible')
Expand Down

0 comments on commit 9c37c45

Please sign in to comment.