diff --git a/tests/config/test-runner/package-lock.json b/tests/config/test-runner/package-lock.json index a5b26542a9..9b775b8869 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.13.0-next-alpha-jun-14-2021" + "@playwright/test": "=1.13.0-next-1624652839000" } }, "node_modules/@babel/code-frame": { @@ -633,9 +633,9 @@ } }, "node_modules/@playwright/test": { - "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==", + "version": "1.13.0-next-1624652839000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1624652839000.tgz", + "integrity": "sha512-Wk13qqdyYOKTMUv0WH5YXuBD7mDOYCiiICkAM94fqlnLeq8GsL7uxg2qCh0ny/eXqs71D2jTMqZ9aRgBsYcLXw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.12.13", @@ -2392,9 +2392,9 @@ } }, "@playwright/test": { - "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==", + "version": "1.13.0-next-1624652839000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-1624652839000.tgz", + "integrity": "sha512-Wk13qqdyYOKTMUv0WH5YXuBD7mDOYCiiICkAM94fqlnLeq8GsL7uxg2qCh0ny/eXqs71D2jTMqZ9aRgBsYcLXw==", "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 f636c554cf..a22977f5b6 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.13.0-next-alpha-jun-14-2021" + "@playwright/test": "=1.13.0-next-1624652839000" } }