From 7ee5e32d15496d354375b683c03aad0f685ff5f2 Mon Sep 17 00:00:00 2001 From: Aref Shafaei Date: Mon, 2 Dec 2024 11:37:38 -0800 Subject: [PATCH] fix the project name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0120b1b7e..68871d842 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ ALL_MANUAL_TESTS=$(Manualrecordset) define make_test rc=0; \ for file in $(1); do \ - npx playwright test --project=chrome $(2) --config $$file || rc=1; \ + npx playwright test --project=chromium $(2) --config $$file || rc=1; \ done; \ exit $$rc; endef