Skip to content

Commit 6c371c7

Browse files
authored
test: adjust for cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 441bcc6 commit 6c371c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/files_external/files-user-credentials.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('Files user credentials', { testIsolation: true }, () => {
7474
cy.wait('@setCredentials')
7575

7676
// Auth dialog should be closed and the set credentials button should be gone
77-
cy.get('@authDialog').should('not.exist', { timeout: 2000 })
77+
authDialog.should('not.exist', { timeout: 2000 })
7878

7979
getActionEntryForFile(storageUser.userId, ACTION_CREDENTIALS_EXTERNAL_STORAGE).should('not.exist')
8080

0 commit comments

Comments
 (0)