fix(tests): wait for dropdown menu to be visible

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger 2024-09-12 12:26:55 -04:00
parent 71586db110
commit 307833b17e
No known key found for this signature in database
GPG key ID: D64CE07FD0188C79

View file

@ -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()