Skip to content

Commit 9071f55

Browse files
authored
Use playwright v1.17.0-rc1
1 parent c101507 commit 9071f55

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/browser/test/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"posttest": "rimraf dist"
1515
},
1616
"dependencies": {
17-
"@playwright/test": "1.17.0-next-alpha-nov-5-2021",
17+
"@playwright/test": "v1.17.0-rc1",
1818
"@sentry/browser": "file:../..",
1919
"babel-loader": "^8.2.2",
2020
"handlebars-loader": "^1.7.1",

packages/browser/test/e2e/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,10 @@
430430
"@types/yargs" "^16.0.0"
431431
chalk "^4.0.0"
432432

433-
"@playwright/test@1.17.0-next-alpha-nov-5-2021":
434-
version "1.17.0-next-alpha-nov-5-2021"
435-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.17.0-next-alpha-nov-5-2021.tgz#b38feaa83404264786ffeb26c19faa7f038b69c4"
436-
integrity sha512-KAca/0xgIxYi70aYX8SnviOB/0XiVcomqXQ2wBa3lMEEus5fFzRcyk3ZKt6O1Swo08tDFjCyFmT5zJCijo7dkA==
433+
"@playwright/test@v1.17.0-rc1":
434+
version "1.17.0-rc1"
435+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.17.0-rc1.tgz#0a4ee57aefd9873f9ed8a802b23dc33af9bb6c52"
436+
integrity sha512-tJt/FDJGdKIEq4KcoFknNnz4TdnA0ZQVI190Qavcshst9Zrt/W/2qXXAF7InMlvQYduczhox46cxLnqD18HS5A==
437437
dependencies:
438438
"@babel/code-frame" "^7.14.5"
439439
"@babel/core" "^7.14.8"
@@ -463,7 +463,7 @@
463463
open "^8.3.0"
464464
pirates "^4.0.1"
465465
pixelmatch "^5.2.1"
466-
playwright-core "=1.17.0-next-alpha-nov-5-2021"
466+
playwright-core "=1.17.0-rc1"
467467
pngjs "^5.0.0"
468468
rimraf "^3.0.2"
469469
source-map-support "^0.4.18"
@@ -1769,10 +1769,10 @@ pkg-dir@^4.1.0:
17691769
dependencies:
17701770
find-up "^4.0.0"
17711771

1772-
playwright-core@=1.17.0-next-alpha-nov-5-2021:
1773-
version "1.17.0-next-alpha-nov-5-2021"
1774-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.0-next-alpha-nov-5-2021.tgz#1cf666ba769f6e44161c73dccf516ceb3be9e78e"
1775-
integrity sha512-kWfzHUfD1jRWvLQ+PBuSb5qsnJQ78AADcCJS4Vgt5GnrF2Gp+4jLPdJMY+oWhB/6fETTzABidY0OQeyjq34UWA==
1772+
playwright-core@=1.17.0-rc1:
1773+
version "1.17.0-rc1"
1774+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.0-rc1.tgz#b893cacfbfe4e339c261670699a544d73605d20b"
1775+
integrity sha512-aKAUlLxK043+e9XqEBqNGUdQeehze+vRCzoIBWIf7INC+5DK3ZoFmXVV60O7fraXc7REXniK+0FzzTW/egAscg==
17761776
dependencies:
17771777
commander "^8.2.0"
17781778
debug "^4.1.1"

0 commit comments

Comments
 (0)