Skip to content

Commit 1edd075

Browse files
committed
Updating ignored .NET tests for Edge
1 parent e3a896b commit 1edd075

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dotnet/test/common/AlertsTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace OpenQA.Selenium
88
{
9-
[IgnoreBrowser(Browser.Edge)]
109
[TestFixture]
1110
public class AlertsTest : DriverTestFixture
1211
{
@@ -722,6 +721,7 @@ public void ShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWithAndDismissTheAlert
722721
[Category("JavaScript")]
723722
[IgnoreBrowser(Browser.Android)]
724723
[IgnoreBrowser(Browser.Chrome)]
724+
[IgnoreBrowser(Browser.Edge)]
725725
[IgnoreBrowser(Browser.Firefox)]
726726
[IgnoreBrowser(Browser.HtmlUnit)]
727727
[IgnoreBrowser(Browser.IPhone)]
@@ -743,6 +743,7 @@ public void ShouldBeAbleToHandleAuthenticationDialog()
743743
[Category("JavaScript")]
744744
[IgnoreBrowser(Browser.Android)]
745745
[IgnoreBrowser(Browser.Chrome)]
746+
[IgnoreBrowser(Browser.Edge)]
746747
[IgnoreBrowser(Browser.Firefox)]
747748
[IgnoreBrowser(Browser.HtmlUnit)]
748749
[IgnoreBrowser(Browser.IPhone)]
@@ -762,6 +763,7 @@ public void ShouldBeAbleToDismissAuthenticationDialog()
762763
[Category("JavaScript")]
763764
[IgnoreBrowser(Browser.Android)]
764765
[IgnoreBrowser(Browser.Chrome)]
766+
[IgnoreBrowser(Browser.Edge)]
765767
[IgnoreBrowser(Browser.Firefox)]
766768
[IgnoreBrowser(Browser.HtmlUnit)]
767769
[IgnoreBrowser(Browser.IPhone)]

dotnet/test/common/ExecutingAsyncJavascriptTest.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public void ShouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse()
230230
[Test]
231231
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
232232
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
233+
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
233234
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
234235
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
235236
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
@@ -255,6 +256,7 @@ public void ThrowsIfScriptTriggersAlert()
255256
[Test]
256257
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
257258
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
259+
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
258260
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
259261
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
260262
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
@@ -280,6 +282,7 @@ public void ThrowsIfAlertHappensDuringScript()
280282
[Test]
281283
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
282284
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
285+
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
283286
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
284287
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
285288
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
@@ -306,6 +309,7 @@ public void ThrowsIfScriptTriggersAlertWhichTimesOut()
306309
[Test]
307310
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
308311
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
312+
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
309313
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
310314
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
311315
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]
@@ -330,6 +334,7 @@ public void ThrowsIfAlertHappensDuringScriptWhichTimesOut()
330334
[Test]
331335
[IgnoreBrowser(Browser.Android, "Does not handle async alerts")]
332336
[IgnoreBrowser(Browser.Chrome, "Does not handle async alerts")]
337+
[IgnoreBrowser(Browser.Edge, "Does not handle async alerts")]
333338
[IgnoreBrowser(Browser.HtmlUnit, "Does not handle async alerts")]
334339
[IgnoreBrowser(Browser.IE, "Does not handle async alerts")]
335340
[IgnoreBrowser(Browser.IPhone, "Does not handle async alerts")]

0 commit comments

Comments
 (0)