Skip to content

Commit 23546aa

Browse files
authored
tools: playwright 1.58 (#3072)
playwright 1.58
1 parent 86a2742 commit 23546aa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"@mswjs/http-middleware": "^0.10.3",
8484
"@oxide/openapi-gen-ts": "~0.14.0",
85-
"@playwright/test": "^1.56.1",
85+
"@playwright/test": "^1.58.2",
8686
"@testing-library/dom": "^10.4.0",
8787
"@testing-library/jest-dom": "^6.6.3",
8888
"@testing-library/react": "^16.2.0",

test/e2e/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export async function expectRowVisible(
100100
expectedRow: Record<string, string | StringMatcher>
101101
) {
102102
// wait for header and rows to avoid flake town
103-
const headerLoc = table.locator('thead >> role=cell')
103+
const headerLoc = table.locator('thead >> role=columnheader')
104104
// unlike most things, waitFor has no timeout by default
105105
await headerLoc.first().waitFor({ timeout: 10_000 }) // nth=0 bc error if there's more than 1
106106

0 commit comments

Comments
 (0)