From 250a6c467cefa3a2d625407cf4b4835e3448e7da Mon Sep 17 00:00:00 2001 From: tomcrane Date: Wed, 11 Sep 2024 13:15:05 +0100 Subject: [PATCH] update baseurl to live --- LeedsPrototypeTests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },