mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Wait for emoji to load, it's async now
Testing before release 1.3.0
This commit is contained in:
parent
53c8862ca2
commit
f39d2b141e
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ class UiAllScreensSanityTest {
|
|||
clickOn(R.string.message_add_reaction)
|
||||
// Filter
|
||||
// TODO clickMenu(R.id.search)
|
||||
// Wait for emoji to load, it's async now
|
||||
sleep(1_000)
|
||||
clickListItem(R.id.emojiRecyclerView, 4)
|
||||
|
||||
// Test Edit mode
|
||||
|
|
Loading…
Reference in a new issue