Skip to content

Commit

Permalink
Remove irrelevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Nov 6, 2023
1 parent fb5bc61 commit ae1faaf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions backend/Testing/Browser/SandboxPageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ await Context.RunAndWaitForPageAsync(async () =>
ExpectDeferredException();
}

[Fact(Skip = "Playwright doesn't catch the document load request of pages opened with Ctrl+Click")]
public async Task CatchGoto500InNewTabWithCtrl()
{
await new SandboxPage(Page).Goto();
await Context.RunAndWaitForPageAsync(async () =>
{
await Page.GetByText("Goto 500 page").ClickAsync(new()
{
Modifiers = new[] { KeyboardModifier.Control },
});
});
ExpectDeferredException();
}

[Fact]
public async Task CatchFetch500()
{
Expand Down

0 comments on commit ae1faaf

Please sign in to comment.