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 34a0302 commit 176865bCopy full SHA for 176865b
composeApp/src/commonTest/kotlin/SmokeTest.kt
@@ -12,6 +12,7 @@ class SmokeTest {
12
13
waitUntilAtLeastOneExists(hasTestTag("inputName"))
14
15
- onAllNodesWithTag("inputName").assertAny(hasText("repositoy"))
+ // Some input that happens to exist in the default action being loaded.
16
+ onAllNodesWithTag("inputName").assertAny(hasText("repository"))
17
}
18
0 commit comments