From 281adbd5d88737594b1f1d5ad817af55fbec156d Mon Sep 17 00:00:00 2001 From: Udayboppasafelite Date: Tue, 14 Jul 2026 21:17:08 -0400 Subject: [PATCH] ENV file environment change --- playwright-tests/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-tests/.env.example b/playwright-tests/.env.example index 81a96cc7..7352dfd0 100644 --- a/playwright-tests/.env.example +++ b/playwright-tests/.env.example @@ -4,7 +4,7 @@ CCIS_API_AUTH= # DEV # Test API connects to our DEV environments for some reason -BASE_URL="https://selfservice.qa.glassclaim.com" +BASE_URL="https://selfservice.test.glassclaim.com" CCIS_API_URL="https://api.test.belronus.io" ADMIN_SERVICE_API_URL="https://issadminapi.dev.sagaws.net/iss-admin/api/v1/" DIGITAL_API_URL="https://digitalapi.dev.safelite.io"