> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/check/check-not-displayed.md).

# Check Not Displayed

Check Not Displayed confirms the [Element](/elements/creating-elements.md) is not shown on the page. Use it after an action that should hide content, or to prove a block stays hidden.

See [Element states](/test-step-options/element-states.md) for how Displayed differs from Exists and Visible.

![Check not displayed Test Step](https://app.does.qa/screenshots/node/check_is_notDisplayed.png)

## When to use it

* Confirm an error banner or modal closed after dismissal.
* Verify a loading spinner or overlay is gone before the next step.
* Pair with [Check Displayed](/test-steps/check/check-displayed.md) on different branches of the same Flow.

## Configure

### Basics

| Field       | What to set                                            |
| ----------- | ------------------------------------------------------ |
| **Element** | The [Element](/elements/creating-elements.md) to check |

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                  |

## Related

* [Check Displayed](/test-steps/check/check-displayed.md)
* [Element states](/test-step-options/element-states.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `is`, `notDisplayed`, `test`, `expect`, `assert`, `element`, `not`, `displayed`, `hidden`, `state`
