Skip to content

Commit 176865b

Browse files
authored
Update SmokeTest.kt
1 parent 34a0302 commit 176865b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composeApp/src/commonTest/kotlin/SmokeTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class SmokeTest {
1212

1313
waitUntilAtLeastOneExists(hasTestTag("inputName"))
1414

15-
onAllNodesWithTag("inputName").assertAny(hasText("repositoy"))
15+
// Some input that happens to exist in the default action being loaded.
16+
onAllNodesWithTag("inputName").assertAny(hasText("repository"))
1617
}
1718
}

0 commit comments

Comments
 (0)