mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
adding extra waits for the threads list to appear as it seems to be inconsistent
This commit is contained in:
parent
c7efd8a6f6
commit
f501555ff9
1 changed files with 3 additions and 1 deletions
|
@ -154,7 +154,9 @@ class RoomDetailRobot {
|
|||
|
||||
fun openThreadSummaries() {
|
||||
clickMenu(R.id.menu_timeline_thread_list)
|
||||
waitUntilViewVisible(withId(R.id.threadListRecyclerView))
|
||||
withRetry {
|
||||
waitUntilViewVisible(withId(R.id.threadListRecyclerView))
|
||||
}
|
||||
}
|
||||
|
||||
fun selectThreadSummariesFilter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue