Skip to content

Commit 0849d1d

Browse files
committed
tests updated.
1 parent e356e4b commit 0849d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/androidTest/java/io/syslogic/demo/colorpicker/TestComposeContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class TestComposeContent : TestSuite() {
163163

164164
private val Dp.px: Int get() = (this.value / getSystem().displayMetrics.density).toInt()
165165

166-
/* Randomly tapping. */
166+
/* Randomly click. */
167167
@ExperimentalTestApi
168168
private fun randomlyClick(interaction: SemanticsNodeInteraction, count: Int = 100, ms: Int = 50) {
169169
val rnd = Random()

0 commit comments

Comments
 (0)