diff --git a/.github/workflows/playwright-mysql-e2e.yml b/.github/workflows/playwright-mysql-e2e.yml index e63578a1a01..45f04e0b296 100644 --- a/.github/workflows/playwright-mysql-e2e.yml +++ b/.github/workflows/playwright-mysql-e2e.yml @@ -100,7 +100,7 @@ jobs: working-directory: openmetadata-ui/src/main/resources/ui/ run: yarn --ignore-scripts --frozen-lockfile - name: Install Playwright Browsers - run: npx playwright@1.48.2 install --with-deps + run: npx playwright@1.44.1 install --with-deps - name: Run Playwright tests working-directory: openmetadata-ui/src/main/resources/ui/ run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} diff --git a/.github/workflows/playwright-postgresql-e2e.yml b/.github/workflows/playwright-postgresql-e2e.yml index 6ee52da523b..105b52b5571 100644 --- a/.github/workflows/playwright-postgresql-e2e.yml +++ b/.github/workflows/playwright-postgresql-e2e.yml @@ -99,7 +99,7 @@ jobs: working-directory: openmetadata-ui/src/main/resources/ui/ run: yarn --ignore-scripts --frozen-lockfile - name: Install Playwright Browsers - run: npx playwright@1.48.2 install --with-deps + run: npx playwright@1.44.1 install --with-deps - name: Run Playwright tests working-directory: openmetadata-ui/src/main/resources/ui/ run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}