Skip to content

Commit 1bdd857

Browse files
authored
chore: bump Playwright to v1.39.0 (#389)
1 parent c352dd1 commit 1bdd857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/yamcs-quickstart-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
5555
npm run build:example
5656
fi
57-
- run: npx playwright@1.36.2 install chromium
57+
- run: npx playwright@1.39.0 install chromium
5858
- name: Get Open MCT e2e tests
5959
uses: nick-fields/retry@v2
6060
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/core": "7.20.12",
3838
"@babel/eslint-parser": "7.19.1",
3939
"@deploysentinel/playwright": "0.3.4",
40-
"@playwright/test": "1.36.2",
40+
"@playwright/test": "1.39.0",
4141
"babel-loader": "9.1.0",
4242
"babel-plugin-istanbul": "6.1.1",
4343
"eslint": "8.38.0",

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ yamcs/quickstart and openmct-yamcs (this one).
1111
3. `make all` in yamcs/quickstart
1212
4. `cd openmct-yamcs` to move out of yamcs/quickstart
1313
5. `npm install` in openmct-yamcs
14-
6. `npx playwright@1.36.2 install chromium` in openmct-yamcs
14+
6. `npx playwright@1.39.0 install chromium` in openmct-yamcs
1515
7. Sanity test that yamcs is up with `npm run wait-for-yamcs` in openmct-yamcs
1616
8. `npm run build:example`
1717
9. `npm run test:getopensource`

0 commit comments

Comments
 (0)