diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props
index 601d52a..08c2581 100644
--- a/tests/Directory.Packages.props
+++ b/tests/Directory.Packages.props
@@ -6,7 +6,7 @@
-
+
diff --git a/tests/Dockerfile b/tests/Dockerfile
index 935a2a4..d4ecff1 100644
--- a/tests/Dockerfile
+++ b/tests/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/playwright/dotnet:v1.59.0-noble
+FROM mcr.microsoft.com/playwright/dotnet:v1.60.0-noble
WORKDIR /app
diff --git a/tests/E2ETests/packages.lock.json b/tests/E2ETests/packages.lock.json
index d599fa7..5db9b9b 100644
--- a/tests/E2ETests/packages.lock.json
+++ b/tests/E2ETests/packages.lock.json
@@ -25,9 +25,9 @@
},
"Microsoft.Playwright": {
"type": "Direct",
- "requested": "[1.59.0, )",
- "resolved": "1.59.0",
- "contentHash": "igqHbZMmXI6cYNPg1X1o5/51U3CQp83lvvov/d/zmus2wlG1LjvpEL6i1Jx51pRahPtSyppvwq+ZoBfxeSjiew==",
+ "requested": "[1.60.0, )",
+ "resolved": "1.60.0",
+ "contentHash": "RTwlxpmCsCMD8yCu8a9+/B+ce1axSVuRu3Ew4GI493g84bWxC323u69Tw8najJ/5uZ+cQVU3eDhB4GvubM9yHg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ComponentModel.Annotations": "5.0.0"