Skip to content

Commit

Permalink
fix?: cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Apr 29, 2024
1 parent d2d6d24 commit b94c0f5
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 @@ -55,8 +55,8 @@ describe('Open existing office files', function() {

// Share action
cy.get('@loleafletframe').within(() => {
cy.get('#main-menu #menu-file > a').click()
cy.get('#main-menu #menu-shareas > a').click()
cy.get('#main-menu #menu-file > a', { timeout: 5000 }).click()
cy.get('#main-menu #menu-shareas > a', { timeout: 5000 }).click()
})

cy.get('#app-sidebar-vue')
Expand Down

0 comments on commit b94c0f5

Please sign in to comment.