Skip to content

Commit f501555

Browse files
committed
adding extra waits for the threads list to appear as it seems to be inconsistent
1 parent c7efd8a commit f501555

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vector/src/androidTest/java/im/vector/app/ui/robot/RoomDetailRobot.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ class RoomDetailRobot {
154154

155155
fun openThreadSummaries() {
156156
clickMenu(R.id.menu_timeline_thread_list)
157-
waitUntilViewVisible(withId(R.id.threadListRecyclerView))
157+
withRetry {
158+
waitUntilViewVisible(withId(R.id.threadListRecyclerView))
159+
}
158160
}
159161

160162
fun selectThreadSummariesFilter() {

0 commit comments

Comments
 (0)