@@ -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