Skip to content

Commit 30ebe88

Browse files
committed
???
1 parent 6dc2e93 commit 30ebe88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import androidx.compose.ui.test.junit4.ComposeContentTestRule
1010
import androidx.compose.ui.test.junit4.createAndroidComposeRule
1111
import androidx.test.core.app.ApplicationProvider
1212
import androidx.test.rule.GrantPermissionRule
13-
import kotlinx.coroutines.test.runTest
1413
import org.junit.Rule
1514
import org.junit.Test
1615
import 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()

0 commit comments

Comments
 (0)