We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc2e93 commit 30ebe88Copy full SHA for 30ebe88
1 file changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt
@@ -10,7 +10,6 @@ import androidx.compose.ui.test.junit4.ComposeContentTestRule
10
import androidx.compose.ui.test.junit4.createAndroidComposeRule
11
import androidx.test.core.app.ApplicationProvider
12
import androidx.test.rule.GrantPermissionRule
13
-import kotlinx.coroutines.test.runTest
14
import org.junit.Rule
15
import org.junit.Test
16
import kotlin.time.Duration
@@ -30,7 +29,7 @@ class SmokeTestUiTest {
30
29
val composeTestRule = createAndroidComposeRule<MainActivity>()
31
32
@Test
33
- fun smokeTest() = runTest {
+ fun smokeTest() {
34
composeTestRule.apply {
35
onNodeWithText(str(R.string.intro_next)).performClick()
36
onNodeWithText(str(R.string.intro_slide1_title)).assertIsDisplayed()
0 commit comments