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


<a id='references'></a>


<h2 id="assertwidthisatleast-expectedminwidth">assertWidthIsAtLeast</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsNodeInteraction.assertWidthIsAtLeast(expectedMinWidth: Dp): SemanticsNodeInteraction
```


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