---
title: "assertIsNotFocused"
description: "Asserts that the current semantics node does not have a focus.

Throws [AssertionError] if the node is in the focus or does not defined the property at all."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


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


Asserts that the current semantics node does not have a focus.

Throws `AssertionError` if the node is in the focus or does not defined the property at all.



