mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-23 15:51:11 +01:00
fixed checkVerifyPopup test fail
This commit is contained in:
parent
57c9161e00
commit
298aaece01
@ -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()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user