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) // Wait until local secrets are known (gossip)
withIdlingResource(allSecretsKnownIdling(uiSession)) { withIdlingResource(allSecretsKnownIdling(uiSession)) {
onView(withId(R.id.groupToolbarAvatarImageView)) onView(withId(R.id.roomListContainer))
.perform(click()) .check(matches(isDisplayed()))
} }
} }