Skip to content

Commit

Permalink
test(cypress): Temporarily wait until we figure out why the menu disa…
Browse files Browse the repository at this point in the history
…ppears if loading is not fully ready

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 30, 2024
1 parent 724c714 commit 654cd50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/open.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('Open existing office files', function() {
cy.waitForPostMessage('App_LoadingStatus', { Status: 'Document_Loaded' })

// Share action
cy.wait(2000)
cy.get('@loleafletframe').within(() => {
cy.get('#main-menu #menu-file > a').click()
cy.get('#main-menu #menu-shareas > a').should('be.visible').click()
Expand Down

0 comments on commit 654cd50

Please sign in to comment.