test(cypress): fix files_external/settings.cy.ts "WebDAV" dropdown selection

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-03-27 23:02:54 -04:00 committed by Ferdinand Thiessen
parent ce50c8734c
commit a33a672477

View file

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