fixed checkVerifyPopup test fail

This commit is contained in:
NIkita Fedrunov 2022-09-18 18:02:45 +02:00
parent 57c9161e00
commit 298aaece01
1 changed files with 2 additions and 2 deletions

View File

@ -225,8 +225,8 @@ class VerifySessionInteractiveTest : VerificationTestBase() {
// Wait until local secrets are known (gossip)
withIdlingResource(allSecretsKnownIdling(uiSession)) {
onView(withId(R.id.groupToolbarAvatarImageView))
.perform(click())
onView(withId(R.id.roomListContainer))
.check(matches(isDisplayed()))
}
}