mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
test(cypress): Wait for menu to be visible
Signed-off-by: Julius Härtl <jus@bitgrid.net> test(cypress): Wait for menu to be visible (try) Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9fb631b5ba
commit
e6b62d8fbc
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,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.wait(1000)
|
||||
cy.get('#main-menu #menu-shareas > a').should('be.visible').click()
|
||||
})
|
||||
|
||||
cy.get('#app-sidebar-vue')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue