Skip to content

Commit

Permalink
Fixed simple-e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 2, 2023
1 parent f79c4f8 commit 14cee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/app/simple-e2etest.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
});

Expand Down

0 comments on commit 14cee55

Please sign in to comment.