diff --git a/.github/workflows/e2e-dashboard-tests.yml b/.github/workflows/e2e-dashboard-tests.yml index e12b9e3b..c1ee9b44 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 + python -m pip install --progress-bar off pytest-playwright<0.4.4 # this version is flaky - name: Install the required browsers run: playwright install