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 20c084f commit 0c48804Copy full SHA for 0c48804
1 file changed
dotnet/test/common/ExecutingAsyncJavascriptTest.cs
@@ -118,6 +118,7 @@ public void ShouldBeAbleToReturnWebElementsFromAsyncScripts()
118
}
119
120
[Test]
121
+ [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4525")]
122
public void ShouldBeAbleToReturnArraysOfWebElementsFromAsyncScripts()
123
{
124
driver.Url = ajaxyPage;
0 commit comments