From bf13259fa91daec65cf6b0a644929f8c0c38ffd8 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Fri, 27 Aug 2021 16:26:51 -0700 Subject: [PATCH] test: roll test runner to aug-27 (#8523) --- tests/config/test-runner/package-lock.json | 14 +++++++------- tests/config/test-runner/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/config/test-runner/package-lock.json b/tests/config/test-runner/package-lock.json index 5d6bff4274..ab000dde02 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.15.0-next-alpha-aug-18-2021" + "@playwright/test": "=1.15.0-next-alpha-aug-27-2021" } }, "node_modules/@babel/code-frame": { @@ -671,9 +671,9 @@ } }, "node_modules/@playwright/test": { - "version": "1.15.0-next-alpha-aug-18-2021", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz", - "integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==", + "version": "1.15.0-next-alpha-aug-27-2021", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz", + "integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.5", @@ -2371,9 +2371,9 @@ } }, "@playwright/test": { - "version": "1.15.0-next-alpha-aug-18-2021", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-18-2021.tgz", - "integrity": "sha512-OGP71B75FGkYWI+NIhNjst8FBkjS2mPy+9nOrQBvEohnMgMOaEa+g1UUHBJvbyu9arZ+RorIrZ7YlhAcjosjpg==", + "version": "1.15.0-next-alpha-aug-27-2021", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-alpha-aug-27-2021.tgz", + "integrity": "sha512-UaYDz63+hmge8dhSwoIkUTwLetBe8pyHacuZTOcshsgqWAetCpDKLE8IMDFJA0H0DPJmyUWiOt1rMH3Uh+8gPg==", "requires": { "@babel/code-frame": "^7.14.5", "@babel/core": "^7.14.8", diff --git a/tests/config/test-runner/package.json b/tests/config/test-runner/package.json index 8aada84db1..7cbf14ba59 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.15.0-next-alpha-aug-18-2021" + "@playwright/test": "=1.15.0-next-alpha-aug-27-2021" } }