aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cypress/e2e/files_external/files-user-credentials.cy.ts2
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')