Compose API Reference Compose UI Test isDialog Function Common fun isDialog(): SemanticsMatcher Returns whether the node is a dialog. This only checks if the node itself is a dialog, not if it is part of a dialog. Use hasAnyAncestorThat(isDialog()) for that.
Compose API Reference Compose UI Test isDialog Function Common fun isDialog(): SemanticsMatcher Returns whether the node is a dialog. This only checks if the node itself is a dialog, not if it is part of a dialog. Use hasAnyAncestorThat(isDialog()) for that.