From 30c41c6e5bd224a7f8ea6f95c1d9467d7170d496 Mon Sep 17 00:00:00 2001 From: Koen Verheyen Date: Thu, 19 Sep 2024 10:48:34 +0200 Subject: [PATCH] Fixed info tests after link to sharepoint was added --- cypress/e2e/info/info.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/info/info.spec.js b/cypress/e2e/info/info.spec.js index e6ca5ed..1b0310e 100644 --- a/cypress/e2e/info/info.spec.js +++ b/cypress/e2e/info/info.spec.js @@ -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"); }); }); });