Skip to content

Commit

Permalink
fix(tests): wait for dropdown menu to be visible
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Sep 12, 2024
1 parent f87d2ea commit 90b8e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 90b8e39

Please sign in to comment.