Skip to content

Commit

Permalink
Merge pull request #40199 from nextcloud/fix/jsunit
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb authored Sep 1, 2023
2 parents b0fae95 + 2a31bc7 commit e2303d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 303 deletions.
303 changes: 0 additions & 303 deletions apps/files/tests/js/fileUploadSpec.js

This file was deleted.

2 changes: 2 additions & 0 deletions cypress/e2e/files.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ describe('Login with a new user and open the files app', function() {
it('See the default file welcome.txt in the files list', function() {
cy.visit('/apps/files')
cy.get('[data-cy-files-list] [data-cy-files-list-row-name="welcome.txt"]').should('be.visible')
// eslint-disable-next-line cypress/no-unnecessary-waiting -- Wait for all to finish loading
cy.wait(500)
})
})

0 comments on commit e2303d0

Please sign in to comment.