We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2776b64 commit cc40e51Copy full SHA for cc40e51
dotnet/test/common/PageLoadingTest.cs
@@ -224,6 +224,7 @@ public void ShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall()
224
[IgnoreBrowser(Browser.IPhone, "Not implemented for browser")]
225
[IgnoreBrowser(Browser.PhantomJS, "Not implemented for browser")]
226
[IgnoreBrowser(Browser.Opera, "Not implemented for browser")]
227
+ [IgnoreBrowser(Browser.Edge, "Not implemented for browser")]
228
public void ShouldTimeoutIfAPageTakesTooLongToLoad()
229
{
230
if (TestUtilities.IsMarionette(driver))
0 commit comments