Skip to content

Commit

Permalink
fixup! fixup! debug: cypress failure on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Jun 23, 2023
1 parent 7009a11 commit 839b877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Cypress.Commands.add('uploadFile', (fileName, mimeType, target) => {
}
return cy.request('/csrftoken')
.then(({ body }) => {
cy.wait(500)
cy.wait(1000)
return cy.wrap(body.token)
})
.then(requesttoken => {
Expand Down

0 comments on commit 839b877

Please sign in to comment.