From e33440864745df41b0e13c77201395b593187343 Mon Sep 17 00:00:00 2001 From: emilschn Date: Fri, 27 Sep 2024 17:22:11 +0200 Subject: [PATCH] test playwright #3036 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 50c96e8fa..d0239cabd 100644 --- a/Makefile +++ b/Makefile @@ -269,5 +269,5 @@ test_e2e_ci_dbinstall: $(BIN_CONSOLE) doctrine:fixtures:load --env=test -n test_e2e_ci_test: - ${_DOCKER_EXEC_PHP} npx playwright test --project desktop-firefox - ${_DOCKER_EXEC_PHP} npx playwright test --project desktop-chromium \ No newline at end of file + ${_DOCKER_EXEC_PHP} npx playwright test --project firefox + ${_DOCKER_EXEC_PHP} npx playwright test --project chromium \ No newline at end of file