Skip to content

Commit

Permalink
update baseurl to live
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Sep 11, 2024
1 parent 3a56fb9 commit 250a6c4
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', // https://localhost:7169 or https://pres.uol.digirati.io
baseURL: 'https://pres.uol.digirati.io', // https://localhost:7169 or https://pres.uol.digirati.io
extraHTTPHeaders: {
'Accept': 'application/json',
},
Expand Down

0 comments on commit 250a6c4

Please sign in to comment.