mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Same issue but in the test
This commit is contained in:
parent
581dbda2c1
commit
cd16d3f19b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class ElementRobot {
|
|||
assertDisplayed(R.string.are_you_sure)
|
||||
clickOn(R.string.action_skip)
|
||||
waitUntilViewVisible(withId(R.id.bottomSheetFragmentContainer))
|
||||
}.onFailure { Timber.w("Verification popup missing", it) }
|
||||
}.onFailure { Timber.w(it, "Verification popup missing") }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue