Skip to content

Commit

Permalink
Fixed info tests after link to sharepoint was added
Browse files Browse the repository at this point in the history
  • Loading branch information
verheyenkoen committed Sep 19, 2024
1 parent e7a5023 commit 30c41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/info/info.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("The info/about page", () => {
followRedirect: false,
}).then((resp) => {
expect(resp.status).to.eq(302);
expect(resp.redirectedToUrl).to.contain("onderzoektips.ugent.be");
expect(resp.redirectedToUrl).not.to.contain("lib.ugent.be");
});
});
});
Expand Down

0 comments on commit 30c41c6

Please sign in to comment.