diff --git a/LeedsPrototypeTests/playwright.config.ts b/LeedsPrototypeTests/playwright.config.ts index 71c14ce..73f1838 100644 --- a/LeedsPrototypeTests/playwright.config.ts +++ b/LeedsPrototypeTests/playwright.config.ts @@ -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', },