From ab4ea2a26560f58fac0edd94f9b46f0622b85300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Tue, 3 Dec 2024 09:18:05 -0300 Subject: [PATCH] Ignore more tests --- .../TestExpectations.local.json | 30 +++++++++++++++++++ lib/PuppeteerSharp/Bidi/BidiRealm.cs | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) 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.