File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import androidx.compose.ui.test.junit4.ComposeContentTestRule
1010import androidx.compose.ui.test.junit4.createAndroidComposeRule
1111import androidx.test.core.app.ApplicationProvider
1212import androidx.test.rule.GrantPermissionRule
13- import kotlinx.coroutines.test.runTest
1413import org.junit.Rule
1514import org.junit.Test
1615import kotlin.time.Duration
@@ -30,7 +29,7 @@ class SmokeTestUiTest {
3029 val composeTestRule = createAndroidComposeRule<MainActivity >()
3130
3231 @Test
33- fun smokeTest () = runTest {
32+ fun smokeTest () {
3433 composeTestRule.apply {
3534 onNodeWithText(str(R .string.intro_next)).performClick()
3635 onNodeWithText(str(R .string.intro_slide1_title)).assertIsDisplayed()
You can’t perform that action at this time.
0 commit comments