From f8be7d3fe93ed518908af02e88943d341d255615 Mon Sep 17 00:00:00 2001 From: mayur-sose Date: Tue, 31 Dec 2024 17:17:59 +0530 Subject: [PATCH] port changed for self-test --- bin/ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci/script.sh b/bin/ci/script.sh index 8846d0e40..829b639cb 100755 --- a/bin/ci/script.sh +++ b/bin/ci/script.sh @@ -21,7 +21,7 @@ if [[ "$ORCA_ENABLE_NIGHTWATCH" == "TRUE" && "$ORCA_SUT_HAS_NIGHTWATCH_TESTS" && echo "ChromeDriver initialized via separate container..." else # @todo could we set DRUPAL_TEST_CHROMEDRIVER_AUTOSTART instead of launching Chromedriver manually? - chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 & + chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=9898 & CHROMEDRIVER_PID=$! fi