Skip to content

Commit

Permalink
tests(cypress): Fix sidebar selector
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Aug 7, 2023
1 parent 3297f95 commit 7a7aa0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/open.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Open existing office files', function() {

cy.get('#app-sidebar-vue')
.should('be.visible')
cy.get('.app-sidebar-header__maintitle')
cy.get('.app-sidebar-header__mainname')
.should('be.visible')
.should('contain.text', filename)
// FIXME: wait for sidebar tab content
Expand Down Expand Up @@ -97,7 +97,7 @@ describe('Open existing office files', function() {

cy.get('#app-sidebar-vue')
.should('be.visible')
cy.get('.app-sidebar-header__maintitle')
cy.get('.app-sidebar-header__mainname')
.should('be.visible')
.should('contain.text', filename)
// FIXME: wait for sidebar tab content
Expand Down

0 comments on commit 7a7aa0e

Please sign in to comment.