Start native apps faster with the Composables CLI ->
Function

assertHeightIsAtLeast

Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.

assertHeightIsAtLeast

Source set: Common
public fun SemanticsNodeInteraction.assertHeightIsAtLeast(
    expectedMinHeight: Dp
): SemanticsNodeInteraction

Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.

Throws: AssertionError

if comparison fails.