From 4c474007c325e2f40377be740025aecc09dff96a Mon Sep 17 00:00:00 2001 From: Udayboppasafelite Date: Tue, 14 Jul 2026 21:18:50 -0400 Subject: [PATCH] ENV file changes --- 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 7352dfd0..e9355c42 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.test.glassclaim.com" +BASE_URL="https://selfservice.dev.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"