mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Fix clicking on edited message
This commit is contained in:
parent
2b1c517f64
commit
a76aedbbc7
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ class UiAllScreensSanityTest {
|
||||||
// Wait a bit for the keyboard layout to update
|
// Wait a bit for the keyboard layout to update
|
||||||
sleep(30)
|
sleep(30)
|
||||||
clickOn(R.id.sendButton)
|
clickOn(R.id.sendButton)
|
||||||
|
// Wait for the UI to update
|
||||||
|
sleep(1000)
|
||||||
// Open edit history
|
// Open edit history
|
||||||
longClickOnMessage("Hello universe! (edited)")
|
longClickOnMessage("Hello universe! (edited)")
|
||||||
clickOn(R.string.message_view_edit_history)
|
clickOn(R.string.message_view_edit_history)
|
||||||
|
|
Loading…
Reference in a new issue