Updated on 2026-08-14
This commit is contained in:
parent
6ecac6d3ac
commit
b02bb7ba55
1 changed files with 5 additions and 1 deletions
|
|
@ -203,7 +203,10 @@ class FeedbackTest : BaseTestCase() {
|
|||
val gmailText = "Welcome to Gmail"
|
||||
|
||||
setupHooks(
|
||||
additionalAfterSection = { MockProvider.resetEmulateError() },
|
||||
additionalAfterSection = {
|
||||
device.uiDevice.pressBack()
|
||||
MockProvider.resetEmulateError()
|
||||
}
|
||||
).run {
|
||||
step("Open 'Main Screen'") {
|
||||
openMainScreen()
|
||||
|
|
@ -221,6 +224,7 @@ class FeedbackTest : BaseTestCase() {
|
|||
onDetailsScreen { addWalletButton.clickWithAssertion() }
|
||||
}
|
||||
step("Force show 'Scan warning' dialog"){
|
||||
waitForIdle()
|
||||
runOnUiThread {
|
||||
MainScope().launch {
|
||||
scanFailsRequester.show(AnalyticsParam.ScreensSources.Main)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue