Skip to content

Commit 5628be8

Browse files
authored
chore: roll to Playwright v1.44.1 (#465)
1 parent 170577e commit 5628be8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

patches/main.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ index 50e157b15..84015863d 100644
516516
* alias-csharp: RunAndWaitForNavigation
517517
- returns: <[null]|[Response]>
518518
diff --git a/docs/src/api/class-locatorassertions.md b/docs/src/api/class-locatorassertions.md
519-
index 823b928a4..ed06d9e79 100644
519+
index 6b6bac7c0..16261a2ec 100644
520520
--- a/docs/src/api/class-locatorassertions.md
521521
+++ b/docs/src/api/class-locatorassertions.md
522522
@@ -69,7 +69,7 @@ public class ExampleTests : PageTest
@@ -865,7 +865,7 @@ index 3bab7170f..b40c483ee 100644
865865
- returns: <[any]>
866866

867867
diff --git a/docs/src/api/class-pageassertions.md b/docs/src/api/class-pageassertions.md
868-
index 30840d085..a8794ab46 100644
868+
index db9b0da23..3971ec156 100644
869869
--- a/docs/src/api/class-pageassertions.md
870870
+++ b/docs/src/api/class-pageassertions.md
871871
@@ -71,7 +71,7 @@ public class ExampleTests : PageTest

playwright

Submodule playwright updated 47 files

run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
playwrightCliVersion = "1.44.0"
21+
playwrightCliVersion = "1.44.1"
2222
)
2323

2424
var (

0 commit comments

Comments
 (0)