From 6c371c7991fa02465b32ff568678569786c690bb Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 1 Apr 2025 23:29:17 +0200 Subject: [PATCH] test: adjust for cypress Signed-off-by: Ferdinand Thiessen --- cypress/e2e/files_external/files-user-credentials.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')