From d835f365069f2198f0310c0914a04ed24de146a5 Mon Sep 17 00:00:00 2001 From: Daniel Arnauer Date: Tue, 29 Mar 2022 15:57:01 +0200 Subject: [PATCH] e2e fix --- e2e-test/cypress/integration/documents_spec.js | 1 + 1 file changed, 1 insertion(+) 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)