Skip to content

Commit 8aa0d06

Browse files
committed
playwright: update to v1.47.2
This version brings four regression fixes (for full details, see https://github.com/microsoft/playwright/releases/tag/v1.47.2 and https://github.com/microsoft/playwright/releases/tag/v1.47.1). While the fixed regressions do not affect the current Playwright tests in git-scm.com, the `page.pause()` and Trace Viewer fixes affect interactive development and debugging. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 205db72 commit 8aa0d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This is the Git home page.",
55
"license": "MIT",
66
"devDependencies": {
7-
"@playwright/test": "^1.47.0",
7+
"@playwright/test": "^1.47.2",
88
"@types/node": "^22.5.4"
99
}
1010
}

0 commit comments

Comments
 (0)