We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef4e7a commit c30f5a5Copy full SHA for c30f5a5
dotnet/test/common/JavascriptEnabledBrowserTest.cs
@@ -52,8 +52,6 @@ public void DocumentShouldReflectLatestDom()
52
}
53
54
[Test]
55
- [IgnoreBrowser(Browser.Chrome, "Not working properly in Chrome")]
56
- [IgnoreBrowser(Browser.Edge, "Not working properly in Edge")]
57
public void ShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad()
58
{
59
driver.Url = formsPage;
0 commit comments