File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/androidTest/java/com/pcapplusplus/toyvpn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import com.pcapplusplus.toyvpn.ui.theme.ToyVpnPcapPlusPlusTheme
2020import io.mockk.every
2121import io.mockk.mockk
2222import io.mockk.verify
23+ import org.junit.Assert.assertEquals
2324import org.junit.Before
2425import org.junit.Rule
2526import org.junit.Test
@@ -227,8 +228,7 @@ class StatsScreenTest {
227228 fun testVpnDisconnecting () {
228229 renderScreen(vpnConnectionState = VpnConnectionState .DISCONNECTING )
229230
230- println (" ****************** inside testVpnDisconnecting" )
231- println (" ****************** ${composeTestRule.onNodeWithText(" Disconnecting..." ).printToString()} " )
231+ assertEquals(" bla" , composeTestRule.onNodeWithText(" Disconnecting..." ).printToString())
232232
233233 composeTestRule.waitUntil(timeoutMillis = 10000 ) {
234234 try {
You can’t perform that action at this time.
0 commit comments