Same issue but in the test
This commit is contained in:
parent
581dbda2c1
commit
cd16d3f19b
@ -145,7 +145,7 @@ class ElementRobot {
|
|||||||
assertDisplayed(R.string.are_you_sure)
|
assertDisplayed(R.string.are_you_sure)
|
||||||
clickOn(R.string.action_skip)
|
clickOn(R.string.action_skip)
|
||||||
waitUntilViewVisible(withId(R.id.bottomSheetFragmentContainer))
|
waitUntilViewVisible(withId(R.id.bottomSheetFragmentContainer))
|
||||||
}.onFailure { Timber.w("Verification popup missing", it) }
|
}.onFailure { Timber.w(it, "Verification popup missing") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user