@@ -247,6 +247,7 @@ public void ShouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse()
247
247
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
248
248
[ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
249
249
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
250
+ [ IgnoreBrowser ( Browser . IE , "Handling async alerts isn't done by the ExecuteAsyncScript command." ) ]
250
251
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
251
252
[ IgnoreBrowser ( Browser . Opera , "Does not handle async alerts" ) ]
252
253
[ IgnoreBrowser ( Browser . Safari , "Does not handle async alerts" ) ]
@@ -274,6 +275,7 @@ public void ThrowsIfScriptTriggersAlert()
274
275
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
275
276
[ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
276
277
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
278
+ [ IgnoreBrowser ( Browser . IE , "Handling async alerts isn't done by the ExecuteAsyncScript command." ) ]
277
279
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
278
280
[ IgnoreBrowser ( Browser . Opera , "Does not handle async alerts" ) ]
279
281
[ IgnoreBrowser ( Browser . Safari , "Does not handle async alerts" ) ]
@@ -300,6 +302,7 @@ public void ThrowsIfAlertHappensDuringScript()
300
302
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
301
303
[ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
302
304
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
305
+ [ IgnoreBrowser ( Browser . IE , "Handling async alerts isn't done by the ExecuteAsyncScript command." ) ]
303
306
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
304
307
[ IgnoreBrowser ( Browser . Opera , "Does not handle async alerts" ) ]
305
308
[ IgnoreBrowser ( Browser . Safari , "Does not handle async alerts" ) ]
@@ -327,6 +330,7 @@ public void ThrowsIfScriptTriggersAlertWhichTimesOut()
327
330
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
328
331
[ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
329
332
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
333
+ [ IgnoreBrowser ( Browser . IE , "Handling async alerts isn't done by the ExecuteAsyncScript command." ) ]
330
334
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
331
335
[ IgnoreBrowser ( Browser . Opera , "Does not handle async alerts" ) ]
332
336
[ IgnoreBrowser ( Browser . Safari , "Does not handle async alerts" ) ]
@@ -353,6 +357,7 @@ public void ThrowsIfAlertHappensDuringScriptWhichTimesOut()
353
357
[ IgnoreBrowser ( Browser . Chrome , "Does not handle async alerts" ) ]
354
358
[ IgnoreBrowser ( Browser . Edge , "Does not handle async alerts" ) ]
355
359
[ IgnoreBrowser ( Browser . HtmlUnit , "Does not handle async alerts" ) ]
360
+ [ IgnoreBrowser ( Browser . IE , "Handling async alerts isn't done by the ExecuteAsyncScript command." ) ]
356
361
[ IgnoreBrowser ( Browser . IPhone , "Does not handle async alerts" ) ]
357
362
[ IgnoreBrowser ( Browser . Opera , "Does not handle async alerts" ) ]
358
363
[ IgnoreBrowser ( Browser . Safari , "Does not handle async alerts" ) ]
0 commit comments