Skip to content

Commit

Permalink
Ignoring Alert test in IE, since driver behaves correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 15, 2018
1 parent f024a78 commit ea99e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotnet/test/common/AlertsTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using NUnit.Framework;
using OpenQA.Selenium.Environment;
Expand Down Expand Up @@ -69,6 +69,7 @@ public void ShouldAllowUsersToAcceptAnAlertWithNoTextManually()

[Test]
[Category("JavaScript")]
[IgnoreBrowser(Browser.IE, "This is the correct behavior, for the SwitchTo call to throw if it happens before the setTimeout call occurs in the browser and the alert is displayed.")]
[IgnoreBrowser(Browser.Chrome)]
[IgnoreBrowser(Browser.Safari)]
[IgnoreBrowser(Browser.PhantomJS, "Alert commands not yet implemented in GhostDriver")]
Expand Down

0 comments on commit ea99e18

Please sign in to comment.