Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Arnauer committed Mar 29, 2022
1 parent 77c626b commit d835f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-test/cypress/integration/documents_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe("Attaching a document to a workflowitem.", function() {
// Check document name
cy.get("[data-test=workflowitemDocumentFileName]")
.should("be.visible")
.first()
.contains(fileName);

// Check filename if saved on external storage (minio)
Expand Down

0 comments on commit d835f36

Please sign in to comment.