mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
Fix flaky e2e test
This commit is contained in:
parent
d5e89fd918
commit
b95f8fa47d
1 changed files with 7 additions and 8 deletions
|
|
@ -176,15 +176,14 @@ describe('Dashboard with Transloadit', () => {
|
|||
})
|
||||
|
||||
it('should not create assembly when all individual files have been cancelled', () => {
|
||||
cy.get('@file-input').selectFile(
|
||||
[
|
||||
'cypress/fixtures/images/cat.jpg',
|
||||
'cypress/fixtures/images/traffic.jpg',
|
||||
],
|
||||
{ force: true },
|
||||
)
|
||||
|
||||
cy.window().then(({ uppy }) => {
|
||||
cy.get('@file-input').selectFile(
|
||||
[
|
||||
'cypress/fixtures/images/cat.jpg',
|
||||
'cypress/fixtures/images/traffic.jpg',
|
||||
],
|
||||
{ force: true },
|
||||
)
|
||||
// eslint-disable-next-line
|
||||
// @ts-ignore fix me
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue