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 8594d5e commit e71f0dbCopy full SHA for e71f0db
dotnet/test/common/ShadowRootHandlingTest.cs
@@ -47,6 +47,8 @@ public void ShouldFindElementUnderShadowRoot()
47
}
48
49
[Test]
50
+ [IgnoreBrowser(Browser.Chrome, "https://issues.chromium.org/issues/375892677")]
51
+ [IgnoreBrowser(Browser.Edge, "https://issues.chromium.org/issues/375892677")]
52
public void ShouldThrowGettingShadowRootWithElementNotHavingShadowRoot()
53
{
54
driver.Url = shadowRootPage;
0 commit comments