From fd4c359acca41f495411aff8aff72afbea479955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 6 Sep 2024 15:54:55 +0200 Subject: [PATCH] Update prepare behat test script --- tests/prepare_behat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prepare_behat.sh b/tests/prepare_behat.sh index c16c22341..980bef90e 100755 --- a/tests/prepare_behat.sh +++ b/tests/prepare_behat.sh @@ -15,4 +15,4 @@ if [ ! -f vendor/bin/chromedriver ]; then fi vendor/bin/symfony server:start --no-tls --daemon --port=4242 --document-root=tests/application/public -vendor/bin/chromedriver +vendor/bin/chromedriver --port=9515