Skip to content

Commit

Permalink
[dotnet] Skipping ShouldBeAbleToReturnArraysOfWebElementsFromAsyncScr…
Browse files Browse the repository at this point in the history
…ipts due to Chrome bug
  • Loading branch information
diemol committed Jul 28, 2023
1 parent 20c084f commit 0c48804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/ExecutingAsyncJavascriptTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void ShouldBeAbleToReturnWebElementsFromAsyncScripts()
}

[Test]
[IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4525")]
public void ShouldBeAbleToReturnArraysOfWebElementsFromAsyncScripts()
{
driver.Url = ajaxyPage;
Expand Down

0 comments on commit 0c48804

Please sign in to comment.