Skip to content

Commit

Permalink
test: fix open.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Apr 18, 2024
1 parent c2774ee commit 23e104e
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('#File-tab-label').click()
cy.get('#ShareAs-button').click()
cy.get('#main-menu li#menu-file > a').click()
cy.get('#main-menu li#menu-shareas > a').click()
})

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

0 comments on commit 23e104e

Please sign in to comment.