diff --git a/tests/config/test-runner/package-lock.json b/tests/config/test-runner/package-lock.json index e0595fa7c0..a5b26542a9 100644 --- a/tests/config/test-runner/package-lock.json +++ b/tests/config/test-runner/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@playwright/test": "=1.12.0-next-alpha-jun-8-2021" + "@playwright/test": "=1.13.0-next-alpha-jun-14-2021" } }, "node_modules/@babel/code-frame": { @@ -633,9 +633,9 @@ } }, "node_modules/@playwright/test": { - "version": "1.12.0-next-alpha-jun-8-2021", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.12.0-next-alpha-jun-8-2021.tgz", - "integrity": "sha512-20v8n4EiaV/z30Ahr/fcUeXfsvQXIMiOI7c2xMVOgQIAkM+7Ck+MKw9ePH3k6pTchHwzJfCqDzWSvvhkIqKAeA==", + "version": "1.13.0-next-alpha-jun-14-2021", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-alpha-jun-14-2021.tgz", + "integrity": "sha512-XBTpxVytAWTL3fEPuB225V4h+R1gtgF7nCBZxFGfxQg/rUVQNIpEwo6fNtlgg1B5WnqtjXLBvkj80Q+4VJ/wzw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.12.13", @@ -2392,9 +2392,9 @@ } }, "@playwright/test": { - "version": "1.12.0-next-alpha-jun-8-2021", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.12.0-next-alpha-jun-8-2021.tgz", - "integrity": "sha512-20v8n4EiaV/z30Ahr/fcUeXfsvQXIMiOI7c2xMVOgQIAkM+7Ck+MKw9ePH3k6pTchHwzJfCqDzWSvvhkIqKAeA==", + "version": "1.13.0-next-alpha-jun-14-2021", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-alpha-jun-14-2021.tgz", + "integrity": "sha512-XBTpxVytAWTL3fEPuB225V4h+R1gtgF7nCBZxFGfxQg/rUVQNIpEwo6fNtlgg1B5WnqtjXLBvkj80Q+4VJ/wzw==", "requires": { "@babel/code-frame": "^7.12.13", "@babel/core": "^7.14.0", diff --git a/tests/config/test-runner/package.json b/tests/config/test-runner/package.json index c2dfc51700..f636c554cf 100644 --- a/tests/config/test-runner/package.json +++ b/tests/config/test-runner/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "@playwright/test": "=1.12.0-next-alpha-jun-8-2021" + "@playwright/test": "=1.13.0-next-alpha-jun-14-2021" } }