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


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


<h2 id="assertisnotdisplayed">assertIsNotDisplayed</h2>

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


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


Asserts that the current semantics node is not displayed on screen.

Throws `AssertionError` if the node is displayed.