diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-04-01 23:29:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 23:29:17 +0200 |
commit | 6c371c7991fa02465b32ff568678569786c690bb (patch) | |
tree | 9244d4f93f718c867eeb7529cf757e7250a7d231 | |
parent | 441bcc6b57f7be42afda2c21228859cf0251be07 (diff) | |
download | nextcloud-server-backport/51521/stable31.tar.gz nextcloud-server-backport/51521/stable31.zip |
test: adjust for cypressbackport/51521/stable31
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | cypress/e2e/files_external/files-user-credentials.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/files_external/files-user-credentials.cy.ts b/cypress/e2e/files_external/files-user-credentials.cy.ts index a72d4ec62ce..3f8d5a740d9 100644 --- a/cypress/e2e/files_external/files-user-credentials.cy.ts +++ b/cypress/e2e/files_external/files-user-credentials.cy.ts @@ -74,7 +74,7 @@ describe('Files user credentials', { testIsolation: true }, () => { cy.wait('@setCredentials') // Auth dialog should be closed and the set credentials button should be gone - cy.get('@authDialog').should('not.exist', { timeout: 2000 }) + authDialog.should('not.exist', { timeout: 2000 }) getActionEntryForFile(storageUser.userId, ACTION_CREDENTIALS_EXTERNAL_STORAGE).should('not.exist') |