Intermittent UI test failure - < DownloadFileTest. downloadAndOpenWebmFileTest >
Categories
(Focus :: UI Tests, defect, P3)
Tracking
(firefox124 unaffected, firefox125 unaffected, firefox126 wontfix)
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | unaffected |
| firefox125 | --- | unaffected |
| firefox126 | --- | wontfix |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
Firebase Test Run: Firebase link
Stacktrace:
androidx.test.espresso.NoActivityResumedException: No activities in stage RESUMED. Did you forget to launch the activity. (test.getActivity() or similar)?
at dalvik.system.VMStack.getThreadStackTrace(Native Method)
at java.lang.Thread.getStackTrace(Thread.java:1736)
at androidx.test.espresso.base.EspressoExceptionHandler.handleSafely(EspressoExceptionHandler.java:2)
at androidx.test.espresso.base.EspressoExceptionHandler.handleSafely(EspressoExceptionHandler.java:1)
at androidx.test.espresso.base.DefaultFailureHandler$TypedFailureHandler.handle(DefaultFailureHandler.java:4)
at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:5)
at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:8)
at androidx.test.espresso.ViewInteraction.check(ViewInteraction.java:12)
at androidx.test.espresso.intent.Intents.intended(Intents.java:185)
at androidx.test.espresso.intent.Intents.intended(Intents.java:164)
at org.mozilla.focus.helpers.TestHelper.assertNativeAppOpens(TestHelper.kt:250)
at org.mozilla.focus.activity.DownloadFileTest$downloadAndOpenWebmFileTest$3.invoke(DownloadFileTest.kt:175)
at org.mozilla.focus.activity.DownloadFileTest$downloadAndOpenWebmFileTest$3.invoke(DownloadFileTest.kt:170)
at org.mozilla.focus.activity.robots.DownloadRobotKt.downloadRobot(DownloadRobot.kt:67)
at org.mozilla.focus.activity.DownloadFileTest.downloadAndOpenWebmFileTest(DownloadFileTest.kt:170)
Build: 3/27 Main
Comment 1•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•