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 64eca4e commit 5558227Copy full SHA for 5558227
lib/PuppeteerSharp.Tests/InputTests/InputTests.cs
@@ -154,7 +154,6 @@ await Page.EvaluateExpressionAsync(@"{
154
}, await Page.EvaluateExpressionAsync<int[][]>("result"));
155
}
156
157
- [Fact(Skip = "see https://crbug.com/929806")]
158
public async Task ShouldWorkWithMobileViewportsAndCrossProcessNavigations()
159
{
160
await Page.GoToAsync(TestConstants.EmptyPage);
0 commit comments