From 6e9b6cfbbbbf06ef22cb3f34427c6444991718f1 Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Tue, 6 Feb 2024 22:00:43 +0900 Subject: [PATCH] Fix version of playwright --- .github/workflows/e2e-dashboard-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-dashboard-tests.yml b/.github/workflows/e2e-dashboard-tests.yml index c1ee9b44..929680a1 100644 --- a/.github/workflows/e2e-dashboard-tests.yml +++ b/.github/workflows/e2e-dashboard-tests.yml @@ -41,7 +41,7 @@ jobs: - name: Install dependencies run: | python -m pip install --progress-bar off . - python -m pip install --progress-bar off pytest-playwright<0.4.4 # this version is flaky + python -m pip install --progress-bar off pytest-playwright==0.4.3 # next version is flaky - name: Install the required browsers run: playwright install