Skip to content

Commit 5558227

Browse files
authored
Enable cross process viewport test (#1281)
1 parent 64eca4e commit 5558227

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/PuppeteerSharp.Tests/InputTests/InputTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ await Page.EvaluateExpressionAsync(@"{
154154
}, await Page.EvaluateExpressionAsync<int[][]>("result"));
155155
}
156156

157-
[Fact(Skip = "see https://crbug.com/929806")]
158157
public async Task ShouldWorkWithMobileViewportsAndCrossProcessNavigations()
159158
{
160159
await Page.GoToAsync(TestConstants.EmptyPage);

0 commit comments

Comments
 (0)