Skip to content

Commit 72b3d5c

Browse files
authored
Make the test pass
1 parent 9315918 commit 72b3d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/src/commonTest/kotlin/ExampleTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ExampleTest {
2828
}
2929

3030
// Tests the declared UI with assertions and actions of the Compose Multiplatform testing API
31-
onNodeWithTag("text").assertTextEquals("Helloooo")
31+
onNodeWithTag("text").assertTextEquals("Hello")
3232
onNodeWithTag("button").performClick()
3333
onNodeWithTag("text").assertTextEquals("Compose")
3434
}

0 commit comments

Comments
 (0)