From 14cee55ff3a63b28e5262fa50a57b9b831806ca9 Mon Sep 17 00:00:00 2001 From: rmanaem Date: Thu, 2 Nov 2023 16:33:20 -0400 Subject: [PATCH] Fixed simple-e2e test --- cypress/e2e/app/simple-e2etest.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/app/simple-e2etest.cy.js b/cypress/e2e/app/simple-e2etest.cy.js index e06c6123..ad2c75d3 100644 --- a/cypress/e2e/app/simple-e2etest.cy.js +++ b/cypress/e2e/app/simple-e2etest.cy.js @@ -146,7 +146,7 @@ describe("End to end test using a simple UI path through the app", () => { expect(fileContent.iq.Annotations.IsAbout.Label).to.eq("Assessment tool"); expect(fileContent.iq.Annotations.IsAbout.TermURL).to.eq("nb:Assessment"); expect(fileContent.iq.Annotations.IsPartOf.Label).to.eq("Wechsler Abbreviated Scale of Intelligence"); - expect(fileContent.iq.Annotations.IsPartOf.TermURL).to.eq("cogAtlas:trm_4b94affc43245"); + expect(fileContent.iq.Annotations.IsPartOf.TermURL).to.eq("cogatlas:trm_4b94affc43245"); }); });