Skip to content

Commit

Permalink
Ignoring hanging .NET test on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 12, 2019
1 parent 660e663 commit a4e8050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/UnexpectedAlertBehaviorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void CanDismissUnhandledAlertsByDefault()
}

[Test]
[IgnoreBrowser(Browser.Safari, "Test hangs waiting for alert acknowldegement in Safari, but works in Tech Preview")]
public void CanIgnoreUnhandledAlert()
{
Assert.That(() => ExecuteTestWithUnhandledPrompt(UnhandledPromptBehavior.Ignore, "Text ignored"), Throws.InstanceOf<WebDriverException>().With.InnerException.InstanceOf<UnhandledAlertException>());
Expand Down

0 comments on commit a4e8050

Please sign in to comment.