From 3b1535cb2427b897d2e97fb7d688c7c6239bd562 Mon Sep 17 00:00:00 2001 From: George Goodall Date: Mon, 19 Aug 2024 10:59:10 +0100 Subject: [PATCH] fix tests --- test/integration/pages_load_ok.playwright.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/pages_load_ok.playwright.test.js b/test/integration/pages_load_ok.playwright.test.js index 5f636ce7..f95f8f35 100644 --- a/test/integration/pages_load_ok.playwright.test.js +++ b/test/integration/pages_load_ok.playwright.test.js @@ -124,7 +124,7 @@ test.describe('with a valid session, the user can access the later form pages', await uploadMethodPage.selectUploadMethod(uploadMethods.URL) await uploadMethodPage.clickContinue() - await checkRouteResponse(page, '/url', [200, 304]) + await checkRouteResponse(page, '/check/url', [200, 304]) }) })