Intermittent UI test failure - < AddressAutofillTest.verifyStateFieldUpdatesInAccordanceWithCountryFieldTest >
Categories
(Firefox for Android :: UI Tests, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | wontfix |
firefox123 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | --- | fixed |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
Firebase Test Run:
❗️Failed 2x
Firebase link
Firebase link
Firebase link
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.assertItemContainingTextExists(MatcherHelper.kt:67)
at org.mozilla.fenix.helpers.MatcherHelper.assertItemContainingTextExists$default(MatcherHelper.kt:64)
at org.mozilla.fenix.ui.robots.SettingsSubMenuAutofillRobot.verifyCountryOption(SettingsSubMenuAutofillRobot.kt:169)
at org.mozilla.fenix.ui.AddressAutofillTest$verifyStateFieldUpdatesInAccordanceWithCountryFieldTest$4.invoke(AddressAutofillTest.kt:346)
at org.mozilla.fenix.ui.AddressAutofillTest$verifyStateFieldUpdatesInAccordanceWithCountryFieldTest$4.invoke(AddressAutofillTest.kt:343)
at org.mozilla.fenix.ui.robots.SettingsRobot$Transition.openAutofillSubMenu(SettingsRobot.kt:273)
at org.mozilla.fenix.ui.AddressAutofillTest.verifyStateFieldUpdatesInAccordanceWithCountryFieldTest(AddressAutofillTest.kt:343)
Build: 6/9 Main
Reporter | ||
Comment 1•1 year ago
•
|
||
► 2/29
Firebase link
Firebase link
java.lang.AssertionError: UiSelector[CONTAINS_TEXT=Alabama] does not exist at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.mozilla.fenix.helpers.MatcherHelper.assertUIObjectExists(MatcherHelper.kt:99) at org.mozilla.fenix.helpers.MatcherHelper.assertUIObjectExists$default(MatcherHelper.kt:92) at org.mozilla.fenix.ui.robots.SettingsSubMenuAutofillRobot.verifyStateOption(SettingsSubMenuAutofillRobot.kt:184) at org.mozilla.fenix.ui.AddressAutofillTest$verifyStateFieldUpdatesInAccordanceWithCountryFieldTest$4.invoke(AddressAutofillTest.kt:340) at org.mozilla.fenix.ui.AddressAutofillTest$verifyStateFieldUpdatesInAccordanceWithCountryFieldTest$4.invoke(AddressAutofillTest.kt:336) at org.mozilla.fenix.ui.robots.SettingsRobot$Transition.openAutofillSubMenu(SettingsRobot.kt:570) at org.mozilla.fenix.ui.AddressAutofillTest.verifyStateFieldUpdatesInAccordanceWithCountryFieldTest(AddressAutofillTest.kt:336)
Reporter | ||
Comment 2•1 year ago
|
||
► 3/2 Firebase link
Reporter | ||
Comment 3•1 year ago
|
||
► 3/4 Firebase link
Comment 4•1 year ago
|
||
Authored by https://github.com/AndiAJ
https://github.com/mozilla-mobile/firefox-android/commit/9a1cc727f81a2342833898e0204b5e5ae9af81b9
[main] Bug 1837569 - Fix verifyStateFieldUpdatesInAccordanceWithCountryFieldTest UI test
Updated•1 year ago
|
Description
•