Skip to content

Commit ffa5367

Browse files
Upgrade tests to use Playwright 1.52 (#27)
2 parents 4ff68cf + 978771a commit ffa5367

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

tests/testdata/npm-playwright/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testdata/npm-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"author": "",
99
"license": "ISC",
1010
"devDependencies": {
11-
"@playwright/test": "^1.49.0"
11+
"@playwright/test": "^1.52.0"
1212
}
1313
}

tests/testdata/yarn-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"main": "index.js",
55
"license": "MIT",
66
"devDependencies": {
7-
"@playwright/test": "^1.49.0"
7+
"@playwright/test": "^1.52.0"
88
}
99
}

tests/testdata/yarn-playwright/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
# yarn lockfile v1
33

44

5-
"@playwright/test@^1.49.0":
6-
version "1.49.0"
7-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e"
8-
integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==
5+
"@playwright/test@^1.52.0":
6+
version "1.52.0"
7+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.52.0.tgz#267ec595b43a8f4fa5e444ea503689629e91a5b8"
8+
integrity sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==
99
dependencies:
10-
playwright "1.49.0"
10+
playwright "1.52.0"
1111

1212
fsevents@2.3.2:
1313
version "2.3.2"
1414
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1515
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1616

17-
playwright-core@1.49.0:
18-
version "1.49.0"
19-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
20-
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
17+
playwright-core@1.52.0:
18+
version "1.52.0"
19+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
20+
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
2121

22-
playwright@1.49.0:
23-
version "1.49.0"
24-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a"
25-
integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==
22+
playwright@1.52.0:
23+
version "1.52.0"
24+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
25+
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==
2626
dependencies:
27-
playwright-core "1.49.0"
27+
playwright-core "1.52.0"
2828
optionalDependencies:
2929
fsevents "2.3.2"

0 commit comments

Comments
 (0)