[CI] Update playwright to 1.19.1 (#4873)

* [CI] Update playwright to 1.19.1

* Update config.yml
This commit is contained in:
John Hill 2022-02-16 15:12:09 -08:00 committed by GitHub
parent 896f0ca3f4
commit af0420361b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2.1
executors:
pw-focal-development:
docker:
- image: mcr.microsoft.com/playwright:v1.19.0-focal
- image: mcr.microsoft.com/playwright:v1.19.1-focal
environment:
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
parameters:

View File

@ -6,7 +6,7 @@
"@braintree/sanitize-url": "5.0.2",
"@percy/cli": "1.0.0-beta.75",
"@percy/playwright": "1.0.1",
"@playwright/test": "1.19.0",
"@playwright/test": "1.19.1",
"allure-playwright": "2.0.0-beta.15",
"babel-eslint": "10.1.0",
"comma-separated-values": "3.6.4",