Skip to content

Commit

Permalink
Ignoring authentication test for IE due to change in OS dialogs on Wi…
Browse files Browse the repository at this point in the history
…ndows 10
  • Loading branch information
jimevans committed May 24, 2016
1 parent 04a346a commit 371581a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/test/common/AlertsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ public void ShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWithAndDismissTheAlert
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Firefox)]
[IgnoreBrowser(Browser.HtmlUnit)]
[IgnoreBrowser(Browser.IE)]
[IgnoreBrowser(Browser.IPhone)]
[IgnoreBrowser(Browser.Opera)]
[IgnoreBrowser(Browser.PhantomJS, "Alert commands not yet implemented in GhostDriver")]
Expand All @@ -746,6 +747,7 @@ public void ShouldBeAbleToHandleAuthenticationDialog()
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Firefox)]
[IgnoreBrowser(Browser.HtmlUnit)]
[IgnoreBrowser(Browser.IE)]
[IgnoreBrowser(Browser.IPhone)]
[IgnoreBrowser(Browser.Opera)]
[IgnoreBrowser(Browser.PhantomJS, "Alert commands not yet implemented in GhostDriver")]
Expand Down

0 comments on commit 371581a

Please sign in to comment.