We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441bcc6 commit 6c371c7Copy full SHA for 6c371c7
1 file changed
cypress/e2e/files_external/files-user-credentials.cy.ts
@@ -74,7 +74,7 @@ describe('Files user credentials', { testIsolation: true }, () => {
74
cy.wait('@setCredentials')
75
76
// Auth dialog should be closed and the set credentials button should be gone
77
- cy.get('@authDialog').should('not.exist', { timeout: 2000 })
+ authDialog.should('not.exist', { timeout: 2000 })
78
79
getActionEntryForFile(storageUser.userId, ACTION_CREDENTIALS_EXTERNAL_STORAGE).should('not.exist')
80
0 commit comments