Intermittent UI test failure - < DownloadTest.verifyTheDownloadFailedNotificationsTest >
Categories
(Fenix :: UI Tests, defect, P3)
Tracking
(firefox123 wontfix, firefox124 unaffected, firefox125 wontfix, firefox131 unaffected, firefox132 unaffected, firefox133 wontfix)
Tracking | Status | |
---|---|---|
firefox123 | --- | wontfix |
firefox124 | --- | unaffected |
firefox125 | --- | wontfix |
firefox131 | --- | unaffected |
firefox132 | --- | unaffected |
firefox133 | --- | wontfix |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
Firebase Test Run: Firebase link
Stacktrace:
androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.android.systemui:id/notification_stack_scroller]
at androidx.test.uiautomator.UiScrollable.scrollForward(UiScrollable.java:417)
at androidx.test.uiautomator.UiScrollable.scrollToEnd(UiScrollable.java:595)
at androidx.test.uiautomator.UiScrollable.scrollToEnd(UiScrollable.java:614)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.scrollToEnd(NotificationRobot.kt:262)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.access$scrollToEnd(NotificationRobot.kt:1)
at org.mozilla.fenix.ui.robots.NotificationRobot.clearNotifications(NotificationRobot.kt:47)
at org.mozilla.fenix.ui.DownloadTest$setUp$2.invoke(DownloadTest.kt:63)
at org.mozilla.fenix.ui.DownloadTest$setUp$2.invoke(DownloadTest.kt:61)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.notificationShade(NotificationRobot.kt:229)
at org.mozilla.fenix.ui.DownloadTest.setUp(DownloadTest.kt:61)
Build: 1/3 Main
Comment 1•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 2•1 year ago
|
||
► 2/22 Firebase link
`androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[RESOURCE_ID=com.android.systemui:id/notification_stack_scroller]
at androidx.test.uiautomator.UiScrollable.scrollForward(UiScrollable.java:417)
at androidx.test.uiautomator.UiScrollable.scrollToEnd(UiScrollable.java:595)
at androidx.test.uiautomator.UiScrollable.scrollToEnd(UiScrollable.java:614)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.scrollToEnd(NotificationRobot.kt:286)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.access$scrollToEnd(NotificationRobot.kt:1)
at org.mozilla.fenix.ui.robots.NotificationRobot.clearNotifications(NotificationRobot.kt:48)
at org.mozilla.fenix.ui.DownloadTest$setUp$2.invoke(DownloadTest.kt:63)
at org.mozilla.fenix.ui.DownloadTest$setUp$2.invoke(DownloadTest.kt:61)
at org.mozilla.fenix.ui.robots.NotificationRobotKt.notificationShade(NotificationRobot.kt:252)
at org.mozilla.fenix.ui.DownloadTest.setUp(DownloadTest.kt:61)
`
Comment 3•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 4•5 months ago
|
||
► 10/15 autoland - experimental-arm - Firebase link
Comment 5•4 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•