Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(EndToEnd): Update Playwright to v1.51.0 #451

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.plugin.e2e
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/playwright:v1.50.0
FROM mcr.microsoft.com/playwright:v1.51.0

WORKDIR /app

# required by the e2e test code
RUN yarn add "@playwright/test@^1.50.0" "dotenv@^16.3.1"
RUN yarn add "@playwright/test@^1.51.0" "dotenv@^16.3.1"

ENV E2E_BASE_URL="http://localhost:3000"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@grafana/e2e-selectors": "^10.0.0",
"@grafana/eslint-config": "^8.0.0",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.50.0",
"@playwright/test": "^1.51.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2931,14 +2931,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.50.0":
version: 1.50.0
resolution: "@playwright/test@npm:1.50.0"
"@playwright/test@npm:^1.51.0":
version: 1.51.0
resolution: "@playwright/test@npm:1.51.0"
dependencies:
playwright: "npm:1.50.0"
playwright: "npm:1.51.0"
bin:
playwright: cli.js
checksum: 10/1fec2ed986205b57b03f24392bb01c6454c1f0a5c14204ce921afd51c3f5d61f20eddb3a18d36a02b19b3e3d731c7ff6bb7ba3c622aabc8fa3802021aef7d21b
checksum: 10/48916bb0af52430f0140dc3f110934d141acbb6c00a94b1295648cec8398f5599459704fc98e40445db74d12ca55a20ebf68a1d891cef2b8dfd5ee0a8f21b267
languageName: node
linkType: hard

Expand Down Expand Up @@ -11740,27 +11740,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.50.0":
version: 1.50.0
resolution: "playwright-core@npm:1.50.0"
"playwright-core@npm:1.51.0":
version: 1.51.0
resolution: "playwright-core@npm:1.51.0"
bin:
playwright-core: cli.js
checksum: 10/0d27e52164bcc37ed5aeaa0c7efa6a0b3616cfbb01e206c26572bff8b8e5f0923a993369c826056cd7bee4b975508a1ec257b533098ee9db7bc5b75832110e4d
checksum: 10/2e2bb4e9625a7a08d305078d383200d9f3457fc4c51d3fac9443b94a0b820233ebe0dc0434f77da96a8ce278bc9806463194066dec942d1ac0de001d4b325bfb
languageName: node
linkType: hard

"playwright@npm:1.50.0":
version: 1.50.0
resolution: "playwright@npm:1.50.0"
"playwright@npm:1.51.0":
version: 1.51.0
resolution: "playwright@npm:1.51.0"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.50.0"
playwright-core: "npm:1.51.0"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/53521f05c48ab51a37d6fa280a7c1e6486e2879f9997e877227517945faf195ce16829cf144709bba292c3023bcd07cf44a4dd965458c9adc30ea6fbe1f0f74a
checksum: 10/350f9e1cf8deff992f08d63aac88ed49aed1963d0b33a6f0a1354069734d028328acb3f156e25e57a78522bd3f42f687155ea3f39cb7fc4a83b15efce39b53f9
languageName: node
linkType: hard

Expand Down Expand Up @@ -12062,7 +12062,7 @@ __metadata:
"@grafana/schema": "npm:11.5.0"
"@grafana/tsconfig": "npm:^2.0.0"
"@grafana/ui": "npm:11.5.0"
"@playwright/test": "npm:^1.50.0"
"@playwright/test": "npm:^1.51.0"
"@react-aria/utils": "npm:^3.25.3"
"@stylistic/eslint-plugin-ts": "npm:^2.9.0"
"@swc/core": "npm:^1.3.90"
Expand Down
Loading