test: roll test runner to aug-27 (#8523)

This commit is contained in:
Dmitry Gozman 2021-08-27 16:26:51 -07:00 committed by GitHub
parent 3ea2f209ea
commit bf13259fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@playwright/test": "=1.15.0-next-alpha-aug-18-2021" "@playwright/test": "=1.15.0-next-alpha-aug-27-2021"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -671,9 +671,9 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.15.0-next-alpha-aug-18-2021", "version": "1.15.0-next-alpha-aug-27-2021",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz",
"integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==", "integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.14.5", "@babel/code-frame": "^7.14.5",
@ -2371,9 +2371,9 @@
} }
}, },
"@playwright/test": { "@playwright/test": {
"version": "1.15.0-next-alpha-aug-18-2021", "version": "1.15.0-next-alpha-aug-27-2021",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz",
"integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==", "integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==",
"requires": { "requires": {
"@babel/code-frame": "^7.14.5", "@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8", "@babel/core": "^7.14.8",

View file

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"dependencies": { "dependencies": {
"@playwright/test": "=1.15.0-next-alpha-aug-18-2021" "@playwright/test": "=1.15.0-next-alpha-aug-27-2021"
} }
} }