diff --git a/e2e/cypress/integration/dashboard-transloadit.spec.ts b/e2e/cypress/integration/dashboard-transloadit.spec.ts index 7991cb9aaa..a21ff13839 100644 --- a/e2e/cypress/integration/dashboard-transloadit.spec.ts +++ b/e2e/cypress/integration/dashboard-transloadit.spec.ts @@ -183,7 +183,6 @@ describe('Dashboard with Transloadit', () => { ], { force: true }, ) - cy.get('.uppy-StatusBar-actionBtn--upload').click() cy.window().then(({ uppy }) => { // eslint-disable-next-line @@ -192,6 +191,8 @@ describe('Dashboard with Transloadit', () => { Object.values(uppy.getPlugin('Transloadit').activeAssemblies).length, ).to.equal(0) + cy.get('.uppy-StatusBar-actionBtn--upload').click() + const { files } = uppy.getState() // eslint-disable-next-line // @ts-ignore fix me