Skip to content

Commit 92dba3e

Browse files
committed
added test for ontology link
1 parent b9bf80c commit 92dba3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cypress/e2e/spec.cy.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ describe("Web app", () => {
33
cy.visit("/");
44
});
55

6+
it("Variables in column header contain link to ontology", () => {
7+
cy.visit("/");
8+
9+
cy.contains("My favourite musicians").click();
10+
cy.contains("Finished in:");
11+
cy.get('a[href="http://schema.org/name"]');
12+
})
13+
614
it("When one source throws an error, the results of other sources are still shown", () => {
715
cy.visit("/");
816

0 commit comments

Comments
 (0)