mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix(tests): wait for dropdown menu to be visible
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
71586db110
commit
307833b17e
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ describe('Nextcloud integration', function() {
|
|||
.as('smartPickerDropdown')
|
||||
cy.get('@smartPickerDropdown').click()
|
||||
cy.get('@referencePickerContent')
|
||||
.find('ul[aria-label="Options"]')
|
||||
.should('be.visible')
|
||||
.contains('Link to office document section')
|
||||
.click()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue