Intermittent UI test failure - < SmokeTest. firstRunScreenTest >
Categories
(Firefox for Android :: UI Tests, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | unaffected |
| firefox114 | --- | unaffected |
| firefox115 | --- | fixed |
People
(Reporter: cpeterson, Assigned: andi)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
From github: https://github.com/mozilla-mobile/fenix/issues/28210.
Firebase Test Run: Firebase link
Stacktrace:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.mozilla.fenix.helpers.MatcherHelper.assertItemWithResIdExists(MatcherHelper.kt:46)
at org.mozilla.fenix.ui.robots.HomeScreenRobot.verifyHomeScreenAppBarItems(HomeScreenRobot.kt:93)
at org.mozilla.fenix.ui.SmokeTest$firstRunScreenTest$1.invoke(SmokeTest.kt:113)
at org.mozilla.fenix.ui.SmokeTest$firstRunScreenTest$1.invoke(SmokeTest.kt:112)
at org.mozilla.fenix.ui.robots.HomeScreenRobotKt.homeScreen(HomeScreenRobot.kt:792)
at org.mozilla.fenix.ui.SmokeTest.firstRunScreenTest(SmokeTest.kt:112)Build: 12/14 Main
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•3 years ago
|
Comment 1•2 years ago
|
||
Hasn't failed in more than a month. Closing it, but can be reopened if the issue appears again.
Comment 2•2 years ago
|
||
Failed 2x on 5/11 Main
Firebase link
Firebase link
Firebase link
Firebase link
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.mozilla.fenix.helpers.MatcherHelper.assertItemContainingTextExists(MatcherHelper.kt:67)
at org.mozilla.fenix.helpers.MatcherHelper.assertItemContainingTextExists$default(MatcherHelper.kt:64)
at org.mozilla.fenix.ui.robots.HomeScreenRobot.verifyPrivacyNoticeCard(HomeScreenRobot.kt:185)
at org.mozilla.fenix.ui.OnboardingTest$firstRunScreenTest$1.invoke(OnboardingTest.kt:72)
at org.mozilla.fenix.ui.OnboardingTest$firstRunScreenTest$1.invoke(OnboardingTest.kt:57)
at org.mozilla.fenix.ui.robots.HomeScreenRobotKt.homeScreen(HomeScreenRobot.kt:859)
at org.mozilla.fenix.ui.OnboardingTest.firstRunScreenTest(OnboardingTest.kt:57)
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Authored by https://github.com/AndiAJ
https://github.com/mozilla-mobile/firefox-android/commit/642668a65a57370f89df7a2cbe26cc97142705d2
[main] Bug 1807276 - Fix firstRunScreenTest and youControlYourDataCardTest UI tests
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Description
•