Skip to content

Commit

Permalink
Update playwright to 1.43.1 (#339)
Browse files Browse the repository at this point in the history
* Update to 1.43.1

* gen win snapshots
  • Loading branch information
MarcusFelling authored May 2, 2024
1 parent 2671fa9 commit 0f5d385
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ stages:
- job: playwright_tests_ui
dependsOn: [provision]
container: mcr.microsoft.com/playwright:v1.39.0-jammy
container: mcr.microsoft.com/playwright:v1.43.1-jammy
variables:
APIURLSHOPPINGCART: $[ dependencies.provision.outputs['getCartsApiEndpoint.cartsApiEndpoint'] ]
APIURL: $[ dependencies.provision.outputs['getProductsApiEndpoint.productsApiEndpoint'] ]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playwright",
"image": "mcr.microsoft.com/playwright:v1.39.0-jammy",
"image": "mcr.microsoft.com/playwright:v1.43.1-jammy",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ jobs:
timeout-minutes: 20
runs-on: ubuntu-22.04
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
image: mcr.microsoft.com/playwright:v1.43.1-jammy
defaults:
run:
working-directory: src/ContosoTraders.Ui.Website
Expand Down
46 changes: 23 additions & 23 deletions src/ContosoTraders.Ui.Website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ContosoTraders.Ui.Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.43.1",
"@types/node": "^18.11.18",
"babel-plugin-macros": "^3.1.0",
"csv-parse": "^5.5.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f5d385

Please sign in to comment.