diff --git a/ui/playwright.config.ts b/ui/playwright.config.ts index 65ce796d0..1cb4cec5f 100644 --- a/ui/playwright.config.ts +++ b/ui/playwright.config.ts @@ -53,7 +53,7 @@ const inCluster = { retries: process.env.CI ? 2 : 1, testMatch: /^(?!.*local-auth|.*reconnect)(.+\.)?(test|spec)\.[jt]s$/, use: { - baseURL: `${protocol}://${host}/`, + baseURL: `${protocol}://runtime.admin.uds.dev/`, storageState: './tests/state.json', }, }