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 cc5af83 commit 727c127Copy full SHA for 727c127
src/test/java/com/flowingcode/addons/applayout/integration/ViewIT.java
@@ -28,6 +28,8 @@ public void describeTo(Description description) {
28
@Override
29
protected boolean matchesSafely(TestBenchElement item, Description mismatchDescription) {
30
String script = "let s=arguments[0].shadowRoot; return !!(s&&s.childElementCount)";
31
+ if (!item.getTagName().contains("-"))
32
+ return true;
33
if ((Boolean)item.getCommandExecutor().executeScript(script, item))
34
return true;
35
else {
0 commit comments