test: adjust for cypress

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/51578/head
Ferdinand Thiessen 2025-04-01 23:29:17 +07:00 committed by GitHub
parent 441bcc6b57
commit 6c371c7991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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')