Skip to content

Commit 371581a

Browse files
committed
Ignoring authentication test for IE due to change in OS dialogs on Windows 10
1 parent 04a346a commit 371581a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/AlertsTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ public void ShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWithAndDismissTheAlert
724724
[IgnoreBrowser(Browser.Edge)]
725725
[IgnoreBrowser(Browser.Firefox)]
726726
[IgnoreBrowser(Browser.HtmlUnit)]
727+
[IgnoreBrowser(Browser.IE)]
727728
[IgnoreBrowser(Browser.IPhone)]
728729
[IgnoreBrowser(Browser.Opera)]
729730
[IgnoreBrowser(Browser.PhantomJS, "Alert commands not yet implemented in GhostDriver")]
@@ -746,6 +747,7 @@ public void ShouldBeAbleToHandleAuthenticationDialog()
746747
[IgnoreBrowser(Browser.Edge)]
747748
[IgnoreBrowser(Browser.Firefox)]
748749
[IgnoreBrowser(Browser.HtmlUnit)]
750+
[IgnoreBrowser(Browser.IE)]
749751
[IgnoreBrowser(Browser.IPhone)]
750752
[IgnoreBrowser(Browser.Opera)]
751753
[IgnoreBrowser(Browser.PhantomJS, "Alert commands not yet implemented in GhostDriver")]

0 commit comments

Comments
 (0)