Skip to content

Commit cb8302d

Browse files
committed
Skip WASM tests
1 parent 34a0302 commit cb8302d

File tree

3 files changed

+18
-652
lines changed

3 files changed

+18
-652
lines changed

composeApp/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ kotlin {
2323
}
2424
}
2525
}
26+
testTask {
27+
enabled = false
28+
}
2629
}
2730
binaries.executable()
2831
}

composeApp/src/commonTest/kotlin/SmokeTest.kt

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

1313
waitUntilAtLeastOneExists(hasTestTag("inputName"))
1414

15-
onAllNodesWithTag("inputName").assertAny(hasText("repositoy"))
15+
onAllNodesWithTag("inputName").assertAny(hasText("repository"))
1616
}
1717
}

0 commit comments

Comments
 (0)