---
title: "assertTouchWidthIsEqualTo"
description: "Asserts that the touch bounds of this node has width equal to [expectedWidth]."
type: "function"
---

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


<a id='references'></a>
<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`.



