waiting for the sent message to be rendered in the timeline

This commit is contained in:
Adam Brown 2021-11-09 11:55:17 +00:00
parent c8ae3f9a83
commit 10a8a45391
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class RoomDetailRobot {
writeTo(R.id.composerEditText, content)
waitUntilViewVisible(withId(R.id.sendButton))
clickOn(R.id.sendButton)
waitUntilViewVisible(withText(content))
}
fun crawl() {