mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
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:
parent
ce50c8734c
commit
a33a672477
1 changed files with 1 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue