mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-23 22:39:02 +03:00
waiting for the sent message to be rendered in the timeline
This commit is contained in:
parent
c8ae3f9a83
commit
10a8a45391
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class RoomDetailRobot {
|
||||||
writeTo(R.id.composerEditText, content)
|
writeTo(R.id.composerEditText, content)
|
||||||
waitUntilViewVisible(withId(R.id.sendButton))
|
waitUntilViewVisible(withId(R.id.sendButton))
|
||||||
clickOn(R.id.sendButton)
|
clickOn(R.id.sendButton)
|
||||||
|
waitUntilViewVisible(withText(content))
|
||||||
}
|
}
|
||||||
|
|
||||||
fun crawl() {
|
fun crawl() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue