Revert "bump(playwright): update playwright for batter tracing (#19440)" (#19449)

This reverts commit 0e58eb71b1dca642fd76fa168e49a100818ecc79.
This commit is contained in:
Chirag Madlani 2025-01-20 17:12:53 +05:30 committed by GitHub
parent 0310b3670f
commit 244e3ab490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}