Skip to content

Commit

Permalink
chore: bump Playwright to 1.36.2 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx authored Aug 8, 2023
1 parent a01711f commit 6f3b869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yamcs-quickstart-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
npm run build:example
fi
- run: npx playwright@1.32.3 install chromium
- run: npx playwright@1.36.2 install chromium
- name: Get Open MCT e2e tests
uses: nick-fields/retry@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.19.1",
"@deploysentinel/playwright": "0.3.4",
"@playwright/test": "1.32.3",
"@playwright/test": "1.36.2",
"babel-loader": "9.1.0",
"babel-plugin-istanbul": "6.1.1",
"eslint": "8.38.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yamcs/quickstart and openmct-yamcs (this one).
3. `make all` in yamcs/quickstart
4. `cd openmct-yamcs` to move out of yamcs/quickstart
5. `npm install` in openmct-yamcs
6. `npx playwright@1.32.3 install chromium` in openmct-yamcs
6. `npx playwright@1.36.2 install chromium` in openmct-yamcs
7. Sanity test that yamcs is up with `npm run wait-for-yamcs` in openmct-yamcs
8. `npm run build:example`
9. `npm run test:getopensource`
Expand Down

0 comments on commit 6f3b869

Please sign in to comment.