diff --git a/e2e-test/cypress/integration/documents_spec.js b/e2e-test/cypress/integration/documents_spec.js index 826898ec26..42edde20e2 100644 --- a/e2e-test/cypress/integration/documents_spec.js +++ b/e2e-test/cypress/integration/documents_spec.js @@ -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)