JetBrains / intellij-ui-test-robot

The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.

Home Page:https://jetbrains-platform.slack.com/archives/C026SVA9MMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not show hidden components in Hierarchy

nizienko opened this issue · comments

The component can have correct bounds and be visible but one of parents has some 'zero' bounds. You can see that ActionToolbarImpl has -1 height and TwoSideComponent 0 x -1 size. Therefore they are invisible for a user.