diff --git a/cypress/e2e/integration.spec.js b/cypress/e2e/integration.spec.js index 3498b838fa..77243f6f46 100644 --- a/cypress/e2e/integration.spec.js +++ b/cypress/e2e/integration.spec.js @@ -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()