Skip to content

Commit e71f0db

Browse files
committed
[dotnet] Ignoring no shadow root test due to https://issues.chromium.org/issues/375892677
Related to #14631
1 parent 8594d5e commit e71f0db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/ShadowRootHandlingTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public void ShouldFindElementUnderShadowRoot()
4747
}
4848

4949
[Test]
50+
[IgnoreBrowser(Browser.Chrome, "https://issues.chromium.org/issues/375892677")]
51+
[IgnoreBrowser(Browser.Edge, "https://issues.chromium.org/issues/375892677")]
5052
public void ShouldThrowGettingShadowRootWithElementNotHavingShadowRoot()
5153
{
5254
driver.Url = shadowRootPage;

0 commit comments

Comments
 (0)