Skip to content

Commit

Permalink
Ignore more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 3, 2024
1 parent c020af1 commit ab4ea2a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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] *",
Expand Down
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/Bidi/BidiRealm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
namespace PuppeteerSharp.Bidi;

/// <summary>
/// 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.
/// </summary>
/// <param name="context">Execution context.</param>
/// <returns>Resolved argument.</returns>
Expand Down

0 comments on commit ab4ea2a

Please sign in to comment.