---
title: "assertYPositionIsEqualTo"
description: "Asserts that the layout of this node has the y position that is equal to the given position."
type: "function"
lastmod: "2026-06-18T10:32:52.436017Z"
---
## API Reference

### assertYPositionIsEqualTo

> Source set: Android

```kotlin
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertYPositionIsEqualTo(
    expectedY: Dp
): SubspaceSemanticsNodeInteraction
```

Asserts that the layout of this node has the y position that is equal to the given position.

#### Parameters

| | |
| --- | --- |
| expectedY | The y position to assert. |
