From 016883602d40ce749d397a09ab1b6a8ba1c250c7 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 14 Sep 2022 19:51:22 -0700 Subject: [PATCH] chore: roll test runner to tot (#17351) --- .../stable-test-runner/package-lock.json | 30 +++++++++---------- .../stable-test-runner/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/playwright-test/stable-test-runner/package-lock.json b/tests/playwright-test/stable-test-runner/package-lock.json index 4bcc62429c9ce..cbf7c56300203 100644 --- a/tests/playwright-test/stable-test-runner/package-lock.json +++ b/tests/playwright-test/stable-test-runner/package-lock.json @@ -5,16 +5,16 @@ "packages": { "": { "dependencies": { - "@playwright/test": "1.26.0-alpha-sep-7-2022" + "@playwright/test": "1.27.0-alpha-sep-15-2022" } }, "node_modules/@playwright/test": { - "version": "1.26.0-alpha-sep-7-2022", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz", - "integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==", + "version": "1.27.0-alpha-sep-15-2022", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0-alpha-sep-15-2022.tgz", + "integrity": "sha512-8v6zhbFDpjDgSC74vOZKEUPlsFtU+JhZP1l+FjhY7Tz31/ohwBkXWYtbXl/3a4qD8AqdJ+NJ4RHQx4AkwqNFTA==", "dependencies": { "@types/node": "*", - "playwright-core": "1.26.0-alpha-sep-7-2022" + "playwright-core": "1.27.0-alpha-sep-15-2022" }, "bin": { "playwright": "cli.js" @@ -29,9 +29,9 @@ "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" }, "node_modules/playwright-core": { - "version": "1.26.0-alpha-sep-7-2022", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz", - "integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw==", + "version": "1.27.0-alpha-sep-15-2022", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0-alpha-sep-15-2022.tgz", + "integrity": "sha512-QWwYeWoXZaj5cBiR+IE35dXT8QbR6JNftr0yIN9wt0JI7Ju5rnoKJxCCYtIY9drPb+aAXbAC83xV/bt5t6N9fA==", "bin": { "playwright": "cli.js" }, @@ -42,12 +42,12 @@ }, "dependencies": { "@playwright/test": { - "version": "1.26.0-alpha-sep-7-2022", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz", - "integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==", + "version": "1.27.0-alpha-sep-15-2022", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0-alpha-sep-15-2022.tgz", + "integrity": "sha512-8v6zhbFDpjDgSC74vOZKEUPlsFtU+JhZP1l+FjhY7Tz31/ohwBkXWYtbXl/3a4qD8AqdJ+NJ4RHQx4AkwqNFTA==", "requires": { "@types/node": "*", - "playwright-core": "1.26.0-alpha-sep-7-2022" + "playwright-core": "1.27.0-alpha-sep-15-2022" } }, "@types/node": { @@ -56,9 +56,9 @@ "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" }, "playwright-core": { - "version": "1.26.0-alpha-sep-7-2022", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz", - "integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw==" + "version": "1.27.0-alpha-sep-15-2022", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0-alpha-sep-15-2022.tgz", + "integrity": "sha512-QWwYeWoXZaj5cBiR+IE35dXT8QbR6JNftr0yIN9wt0JI7Ju5rnoKJxCCYtIY9drPb+aAXbAC83xV/bt5t6N9fA==" } } } diff --git a/tests/playwright-test/stable-test-runner/package.json b/tests/playwright-test/stable-test-runner/package.json index 76702cba119cb..b17e2d8e8f320 100644 --- a/tests/playwright-test/stable-test-runner/package.json +++ b/tests/playwright-test/stable-test-runner/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "@playwright/test": "1.26.0-alpha-sep-7-2022" + "@playwright/test": "1.27.0-alpha-sep-15-2022" } }