From 4691faebdeb0fa3a39a5e7015f1cc39857c8d6f9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 26 Oct 2022 08:16:21 +0200 Subject: [PATCH] Bug 32030: Fix Cypress tests - follow-up Add document to license The id has been modified Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- cypress/integration/Agreements_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/Agreements_spec.ts b/cypress/integration/Agreements_spec.ts index f969a95246..edfc5810be 100644 --- a/cypress/integration/Agreements_spec.ts +++ b/cypress/integration/Agreements_spec.ts @@ -185,7 +185,7 @@ describe("Agreement CRUD operations", () => { "There are no other agreements created yet" ); - cy.get("#agreement_documents").contains("Add new document"); + cy.get("#documents").contains("Add new document"); // TODO Test document upload // Submit the form, get 500 -- 2.39.2