diff --git a/compose/e2e/playwright/bin/run-tests.sh b/compose/e2e/playwright/bin/run-tests.sh index d56db32185c..8b9d18c77d0 100755 --- a/compose/e2e/playwright/bin/run-tests.sh +++ b/compose/e2e/playwright/bin/run-tests.sh @@ -21,7 +21,7 @@ yarn set version self yarn install --immutable yarn exec playwright install -echo 'INFO: Waiting for compose stack to be up ...' +echo 'INFO: Waiting for compose stack to be up ... (btw this is the new file)' wait-for-url.sh "${PROXY_URL}/api/internal/dev-api" wait-for-url.sh "${KEYCLOAK_URL}/auth/realms/evaka-customer/account/" "200" wait-for-url.sh "${DUMMY_SUOMIFI_URL}/health" "200"