We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1808ccc commit 84b49b8Copy full SHA for 84b49b8
lib/PuppeteerSharp.Tests/WontImplementTests.cs
@@ -23,6 +23,8 @@ public WontImplementTests(ITestOutputHelper output) : base(output)
23
[PuppeteerTest("navigation.spec.ts", "should throw if networkidle is passed as an option")]
24
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "should report the correct product")] //We don't use the product in this way
25
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "falls back to launching chrome if there is an unknown product but logs a warning")]
26
+ [PuppeteerTest("tracing.spec.ts", "Tracing", "should return null in case of Buffer error")]
27
+ [PuppeteerTest("tracing.spec.ts", "Tracing", "should properly fail if readProtocolStream errors out")]
28
[Fact(Timeout = TestConstants.DefaultTestTimeout)]
29
public void TheseTesstWontBeImplemented()
30
{
0 commit comments