test: roll test-runner to 1.13.0-next-1626706866000 (#7719)

This commit is contained in:
Dmitry Gozman 2021-07-19 09:10:34 -07:00 committed by GitHub
parent d5bb8a327b
commit 642d6d4459
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.13.0-next-1625774143000" "@playwright/test": "=1.13.0-next-1626706866000"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -633,9 +633,9 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.13.0-next-1625774143000", "version": "1.13.0-next-1626706866000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1625774143000.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1626706866000.tgz",
"integrity": "sha512-DBMLRrfwspj+cerloIWwB/S9X20KMbZ6Sj3KISeh+YWO2P02jFkJQ54VGJZx08Q5I1J9/WepYuPHZPSI8G3vew==", "integrity": "sha512-dhvwfrDMpjvlvRmHFCvx4li4/+9hshzG+H5pQpXPY3pW+0S8zmPWfOl6WU4ivceLqZ3YQ1ScdEUA1dE3QXGEIA==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.12.13", "@babel/code-frame": "^7.12.13",
@ -2392,9 +2392,9 @@
} }
}, },
"@playwright/test": { "@playwright/test": {
"version": "1.13.0-next-1625774143000", "version": "1.13.0-next-1626706866000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1625774143000.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1626706866000.tgz",
"integrity": "sha512-DBMLRrfwspj+cerloIWwB/S9X20KMbZ6Sj3KISeh+YWO2P02jFkJQ54VGJZx08Q5I1J9/WepYuPHZPSI8G3vew==", "integrity": "sha512-dhvwfrDMpjvlvRmHFCvx4li4/+9hshzG+H5pQpXPY3pW+0S8zmPWfOl6WU4ivceLqZ3YQ1ScdEUA1dE3QXGEIA==",
"requires": { "requires": {
"@babel/code-frame": "^7.12.13", "@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.0", "@babel/core": "^7.14.0",

View file

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"dependencies": { "dependencies": {
"@playwright/test": "=1.13.0-next-1625774143000" "@playwright/test": "=1.13.0-next-1626706866000"
} }
} }