From 1d744193a3e205c2de2b96b16dc282c66589c5d9 Mon Sep 17 00:00:00 2001 From: John Joyce Date: Thu, 8 Dec 2022 11:59:52 -0800 Subject: [PATCH] Fix cypress url --- smoke-test/tests/cypress/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-test/tests/cypress/cypress.json b/smoke-test/tests/cypress/cypress.json index 06b3bacf87d25..9564b0077bd27 100644 --- a/smoke-test/tests/cypress/cypress.json +++ b/smoke-test/tests/cypress/cypress.json @@ -1,5 +1,5 @@ { - "baseUrl": "http://localhost:3000/", + "baseUrl": "http://localhost:9002/", "chromeWebSecurity": false, "viewportHeight": 960, "viewportWidth": 1536,