Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Aug 19, 2024
1 parent 1a1464c commit 3b1535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pages_load_ok.playwright.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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])
})
})

Expand Down

0 comments on commit 3b1535c

Please sign in to comment.