diff --git a/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json b/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json
index 8afcc4124..5ca3c263d 100644
--- a/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json
+++ b/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json
@@ -690,6 +690,36 @@
"FAIL"
]
},
+ {
+ "comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
+ "testIdPattern": "[evaluation.spec] *execution context*",
+ "platforms": [
+ "darwin",
+ "linux",
+ "win32"
+ ],
+ "parameters": [
+ "webDriverBiDi"
+ ],
+ "expectations": [
+ "FAIL"
+ ]
+ },
+ {
+ "comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
+ "testIdPattern": "[evaluation.spec] *Evaluation specs Page.evaluateOnNewDocument*",
+ "platforms": [
+ "darwin",
+ "linux",
+ "win32"
+ ],
+ "parameters": [
+ "webDriverBiDi"
+ ],
+ "expectations": [
+ "FAIL"
+ ]
+ },
{
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
"testIdPattern": "[fixtures.spec] *",
diff --git a/lib/PuppeteerSharp/Bidi/BidiRealm.cs b/lib/PuppeteerSharp/Bidi/BidiRealm.cs
index 814586e24..febd84b1a 100644
--- a/lib/PuppeteerSharp/Bidi/BidiRealm.cs
+++ b/lib/PuppeteerSharp/Bidi/BidiRealm.cs
@@ -37,7 +37,7 @@
namespace PuppeteerSharp.Bidi;
///
-/// A LazyArg is an evaluation argument that will be resolved when the CDP call is built.
+/// A BidiLazyArg is an evaluation argument that will be resolved when the CDP call is built.
///
/// Execution context.
/// Resolved argument.