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 c3d0f73 commit d5dd8daCopy full SHA for d5dd8da
lib/PuppeteerSharp.Tests/Issues/Issue0100.cs
@@ -7,17 +7,6 @@ namespace PuppeteerSharp.Tests.Issues
7
[Collection("PuppeteerLoaderFixture collection")]
8
public class Issue0100 : PuppeteerBaseTest
9
{
10
- [Fact(Skip = "It's locking our tests, I'll try to run it again when get have GoToAsync read")]
11
- public async Task PdfWundergroundShouldWork()
12
- {
13
- using (var page = await Browser.NewPageAsync())
14
15
- var response = await page.GoToAsync("https://www.wunderground.com/weather/be/antwerp");
16
- var pdf = await page.PdfStreamAsync();
17
- Assert.NotNull(pdf);
18
- }
19
20
-
21
[Fact]
22
public async Task PdfDarkskyShouldWork()
23
0 commit comments