@@ -230,6 +230,7 @@ public void ShouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse()
230
230
[ Test ]
231
231
[ IgnoreBrowser ( Browser . Android , "Does not handle async alerts" ) ]
232
232
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
233
+ [ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
233
234
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
234
235
[ IgnoreBrowser ( Browser . IE , "Does not handle async alerts" ) ]
235
236
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
@@ -255,6 +256,7 @@ public void ThrowsIfScriptTriggersAlert()
255
256
[ Test ]
256
257
[ IgnoreBrowser ( Browser . Android , "Does not handle async alerts" ) ]
257
258
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
259
+ [ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
258
260
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
259
261
[ IgnoreBrowser ( Browser . IE , "Does not handle async alerts" ) ]
260
262
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
@@ -280,6 +282,7 @@ public void ThrowsIfAlertHappensDuringScript()
280
282
[ Test ]
281
283
[ IgnoreBrowser ( Browser . Android , "Does not handle async alerts" ) ]
282
284
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
285
+ [ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
283
286
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
284
287
[ IgnoreBrowser ( Browser . IE , "Does not handle async alerts" ) ]
285
288
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
@@ -306,6 +309,7 @@ public void ThrowsIfScriptTriggersAlertWhichTimesOut()
306
309
[ Test ]
307
310
[ IgnoreBrowser ( Browser . Android , "Does not handle async alerts" ) ]
308
311
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
312
+ [ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
309
313
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
310
314
[ IgnoreBrowser ( Browser . IE , "Does not handle async alerts" ) ]
311
315
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
@@ -330,6 +334,7 @@ public void ThrowsIfAlertHappensDuringScriptWhichTimesOut()
330
334
[ Test ]
331
335
[ IgnoreBrowser ( Browser . Android , "Does not handle async alerts" ) ]
332
336
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
337
+ [ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
333
338
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
334
339
[ IgnoreBrowser ( Browser . IE , "Does not handle async alerts" ) ]
335
340
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
0 commit comments