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"
|
val gmailText = "Welcome to Gmail"
|
||||||
|
|
||||||
setupHooks(
|
setupHooks(
|
||||||
additionalAfterSection = { MockProvider.resetEmulateError() },
|
additionalAfterSection = {
|
||||||
|
device.uiDevice.pressBack()
|
||||||
|
MockProvider.resetEmulateError()
|
||||||
|
}
|
||||||
).run {
|
).run {
|
||||||
step("Open 'Main Screen'") {
|
step("Open 'Main Screen'") {
|
||||||
openMainScreen()
|
openMainScreen()
|
||||||
|
|
@ -221,6 +224,7 @@ class FeedbackTest : BaseTestCase() {
|
||||||
onDetailsScreen { addWalletButton.clickWithAssertion() }
|
onDetailsScreen { addWalletButton.clickWithAssertion() }
|
||||||
}
|
}
|
||||||
step("Force show 'Scan warning' dialog"){
|
step("Force show 'Scan warning' dialog"){
|
||||||
|
waitForIdle()
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
MainScope().launch {
|
MainScope().launch {
|
||||||
scanFailsRequester.show(AnalyticsParam.ScreensSources.Main)
|
scanFailsRequester.show(AnalyticsParam.ScreensSources.Main)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue