diff --git a/cypress/e2e/files_external/settings.cy.ts b/cypress/e2e/files_external/settings.cy.ts index e253d22bd38..ce9e3e71a3c 100644 --- a/cypress/e2e/files_external/settings.cy.ts +++ b/cypress/e2e/files_external/settings.cy.ts @@ -63,8 +63,7 @@ describe('files_external settings', () => { .click() cy.root().closest('body') .findByRole('option', { name: 'WebDAV' }) - .should('be.visible') - .click() + .click({ force: true }) // forced due to ordering + `position: fixed` usage getComboBox(/Authentication/) .should('be.visible')