Skip to content

Commit 409aaec

Browse files
committed
fix(tests): wait for dropdown menu to be visible
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 5574fd3 commit 409aaec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/integration.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ describe('Nextcloud integration', function() {
141141
.as('smartPickerDropdown')
142142
cy.get('@smartPickerDropdown').click()
143143
cy.get('@referencePickerContent')
144+
.find('ul[aria-label="Options"]')
145+
.should('be.visible')
144146
.contains('Link to office document section')
145147
.click()
146148

0 commit comments

Comments
 (0)