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


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


<h2 id="asserttouchwidthisequalto-expectedwidth">assertTouchWidthIsEqualTo</h2>

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


```kotlin
fun SemanticsNodeInteraction.assertTouchWidthIsEqualTo(
    expectedWidth: Dp
): SemanticsNodeInteraction
```


Asserts that the touch bounds of this node has width equal to `expectedWidth`.