From 987dc01eae22120f288859cfd75fd1192bea86ec Mon Sep 17 00:00:00 2001 From: chrish01 Date: Thu, 15 Jun 2023 15:13:27 +0100 Subject: [PATCH] update live url --- cypress/integration/pages/homePage/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/pages/homePage/urls.js b/cypress/integration/pages/homePage/urls.js index 9ed35d389d6..d684c705d63 100644 --- a/cypress/integration/pages/homePage/urls.js +++ b/cypress/integration/pages/homePage/urls.js @@ -3,7 +3,7 @@ const urls = [ service: 'kyrgyz', local: '/kyrgyz', test: '/kyrgyz', - live: null, + live: '/kyrgyz', }, ];