chore: Fix pw issues

This commit is contained in:
Sidharth Vinod
2025-03-17 19:51:04 -07:00
parent bb084867fa
commit 87e0b91543
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
name: 'Playwright Tests'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.42.1-jammy
image: mcr.microsoft.com/playwright:v1.51.1-jammy
steps:
- name: Checkout