We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9315918 commit 72b3d5cCopy full SHA for 72b3d5c
composeApp/src/commonTest/kotlin/ExampleTest.kt
@@ -28,7 +28,7 @@ class ExampleTest {
28
}
29
30
// Tests the declared UI with assertions and actions of the Compose Multiplatform testing API
31
- onNodeWithTag("text").assertTextEquals("Helloooo")
+ onNodeWithTag("text").assertTextEquals("Hello")
32
onNodeWithTag("button").performClick()
33
onNodeWithTag("text").assertTextEquals("Compose")
34
0 commit comments