Skip to content

Commit

Permalink
change preservation playwright URL to public
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Sep 9, 2024
1 parent 3b36225 commit afe3c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeedsPrototypeTests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: 'https://localhost:7169',
baseURL: 'https://pres.uol.digirati.io',
extraHTTPHeaders: {
'Accept': 'application/json',
},
Expand Down

0 comments on commit afe3c40

Please sign in to comment.