---
title: "assertHeightIsAtLeast"
description: "Asserts that the layout of this node has height that is greater than or equal to
[expectedMinHeight]."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsNodeInteraction.assertHeightIsAtLeast(
    expectedMinHeight: Dp
): SemanticsNodeInteraction
```


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



