From 244e3ab4900997f4ded1cc27d7941b7356895e6a Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:12:53 +0530 Subject: [PATCH] Revert "bump(playwright): update playwright for batter tracing (#19440)" (#19449) This reverts commit 0e58eb71b1dca642fd76fa168e49a100818ecc79. --- .github/workflows/playwright-mysql-e2e.yml | 2 +- .github/workflows/playwright-postgresql-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}