File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/src/androidTest/java/com/pcapplusplus/toyvpn Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import androidx.compose.ui.test.onNodeWithTag
99import androidx.compose.ui.test.onNodeWithText
1010import androidx.compose.ui.test.onSibling
1111import androidx.compose.ui.test.performClick
12+ import androidx.compose.ui.test.printToString
1213import androidx.lifecycle.MutableLiveData
1314import androidx.navigation.compose.NavHost
1415import androidx.navigation.compose.composable
@@ -226,6 +227,9 @@ class StatsScreenTest {
226227 fun testVpnDisconnecting () {
227228 renderScreen(vpnConnectionState = VpnConnectionState .DISCONNECTING )
228229
230+ println (" ****************** inside testVpnDisconnecting" )
231+ println (" ****************** ${composeTestRule.onNodeWithText(" Disconnecting..." ).printToString()} " )
232+
229233 composeTestRule.waitUntil(timeoutMillis = 10000 ) {
230234 try {
231235 composeTestRule.onNodeWithText(" Disconnecting..." ).assertIsDisplayed()
You can’t perform that action at this time.
0 commit comments