We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useUnmergedTree = true
1 parent 1ad7d9b commit dc948fbCopy full SHA for dc948fb
app/src/androidTest/java/com/pcapplusplus/toyvpn/StatsScreenTest.kt
@@ -229,8 +229,8 @@ class StatsScreenTest {
229
renderScreen(vpnConnectionState = VpnConnectionState.DISCONNECTING)
230
231
assertTrue(
232
- "BLA BLA: ${composeTestRule.onNodeWithText("Disconnecting...").printToString()}",
233
- "bla" == composeTestRule.onNodeWithText("Disconnecting...").printToString(),
+ "BLA BLA: ${composeTestRule.onNodeWithText("Disconnecting...", useUnmergedTree = true).printToString()}",
+ "bla" == composeTestRule.onNodeWithText("Disconnecting...", useUnmergedTree = true).printToString(),
234
)
235
236
composeTestRule.waitUntil(timeoutMillis = 10000) {
0 commit comments