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