Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: adjust for cypress
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Apr 1, 2025
commit 6c371c7991fa02465b32ff568678569786c690bb
2 changes: 1 addition & 1 deletion cypress/e2e/files_external/files-user-credentials.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
Loading