Skip to content

Commit

Permalink
[dotnet] Ignoring no shadow root test due to https://issues.chromium.…
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Nov 27, 2024
1 parent 8594d5e commit e71f0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/test/common/ShadowRootHandlingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void ShouldFindElementUnderShadowRoot()
}

[Test]
[IgnoreBrowser(Browser.Chrome, "https://issues.chromium.org/issues/375892677")]
[IgnoreBrowser(Browser.Edge, "https://issues.chromium.org/issues/375892677")]
public void ShouldThrowGettingShadowRootWithElementNotHavingShadowRoot()
{
driver.Url = shadowRootPage;
Expand Down

0 comments on commit e71f0db

Please sign in to comment.