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


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


<h2 id="asserthasnoclickaction">assertHasNoClickAction</h2>

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


```kotlin
fun SemanticsNodeInteraction.assertHasNoClickAction(): SemanticsNodeInteraction
```


Asserts that the current semantics node has doesn't have a click action.

Throws `AssertionError` if the node has a click action.