Skip to content

Commit

Permalink
Updating ignored .NET tests for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed May 24, 2016
1 parent e3a896b commit 1edd075
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotnet/test/common/AlertsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace OpenQA.Selenium
{
[IgnoreBrowser(Browser.Edge)]
[TestFixture]
public class AlertsTest : DriverTestFixture
{
Expand Down Expand Up @@ -722,6 +721,7 @@ public void ShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWithAndDismissTheAlert
[Category("JavaScript")]
[IgnoreBrowser(Browser.Android)]
[IgnoreBrowser(Browser.Chrome)]
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Firefox)]
[IgnoreBrowser(Browser.HtmlUnit)]
[IgnoreBrowser(Browser.IPhone)]
Expand All @@ -743,6 +743,7 @@ public void ShouldBeAbleToHandleAuthenticationDialog()
[Category("JavaScript")]
[IgnoreBrowser(Browser.Android)]
[IgnoreBrowser(Browser.Chrome)]
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Firefox)]
[IgnoreBrowser(Browser.HtmlUnit)]
[IgnoreBrowser(Browser.IPhone)]
Expand All @@ -762,6 +763,7 @@ public void ShouldBeAbleToDismissAuthenticationDialog()
[Category("JavaScript")]
[IgnoreBrowser(Browser.Android)]
[IgnoreBrowser(Browser.Chrome)]
[IgnoreBrowser(Browser.Edge)]
[IgnoreBrowser(Browser.Firefox)]
[IgnoreBrowser(Browser.HtmlUnit)]
[IgnoreBrowser(Browser.IPhone)]
Expand Down
5 changes: 5 additions & 0 deletions dotnet/test/common/ExecutingAsyncJavascriptTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public void ShouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse()
[Test]
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
Expand All @@ -255,6 +256,7 @@ public void ThrowsIfScriptTriggersAlert()
[Test]
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
Expand All @@ -280,6 +282,7 @@ public void ThrowsIfAlertHappensDuringScript()
[Test]
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
Expand All @@ -306,6 +309,7 @@ public void ThrowsIfScriptTriggersAlertWhichTimesOut()
[Test]
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
Expand All @@ -330,6 +334,7 @@ public void ThrowsIfAlertHappensDuringScriptWhichTimesOut()
[Test]
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
Expand Down

0 comments on commit 1edd075

Please sign in to comment.