Intermittent UI test failure - < SettingsSearchTest. verifyLearnMoreLinksFromAddSearchEngineSectionTest >
Categories
(Fenix :: UI Tests, defect, P3)
Tracking
(firefox120 wontfix, firefox122 unaffected, firefox123 unaffected, firefox124 wontfix, firefox128 fixed)
Tracking | Status | |
---|---|---|
firefox120 | --- | wontfix |
firefox122 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | wontfix |
firefox128 | --- | fixed |
People
(Reporter: ajoltan, Assigned: ohorvath)
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
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.ui.robots.BrowserRobot.verifyUrl(BrowserRobot.kt:82)
at org.mozilla.fenix.ui.SettingsSearchTest$verifyLearnMoreLinksFromAddSearchEngineSectionTest$9.invoke(SettingsSearchTest.kt:286)
at org.mozilla.fenix.ui.SettingsSearchTest$verifyLearnMoreLinksFromAddSearchEngineSectionTest$9.invoke(SettingsSearchTest.kt:285)
at org.mozilla.fenix.ui.robots.SettingsSubMenuSearchRobot$Transition.clickCustomSearchSuggestionsLearnMoreLink(SettingsSubMenuSearchRobot.kt:385)
at org.mozilla.fenix.ui.SettingsSearchTest.verifyLearnMoreLinksFromAddSearchEngineSectionTest(SettingsSearchTest.kt:285)
Build: 10/16 Main
Comment 1•11 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 2•8 months ago
|
||
► 2/6 Firebase link
androidx.test.uiautomator.UiObjectNotFoundException: UiSelector[INDEX=1, CHILD=UiSelector[RESOURCE_ID=org.mozilla.fenix.debug:id/top_site_title], RESOURCE_ID=org.mozilla.fenix.debug:id/top_site_item] at androidx.test.uiautomator.UiObject.getText(UiObject.java:564) at org.mozilla.fenix.helpers.DataGenerationHelper.getSponsoredShortcutTitle(DataGenerationHelper.kt:89)
Comment 3•7 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Assignee | ||
Comment 4•4 months ago
•
|
||
Started failing on 5/29 with '429 Too many requests'
Firebase link
similar issue in Bug 1899659 & Bug 1896363
java.lang.AssertionError: UiSelector[CONTAINS_TEXT=support.mozilla.org/en-US/kb/manage-my-default-search-engines-firefox-android?as=u&utm_source=inproduct, RESOURCE_ID=org.mozilla.fenix.debug:id/mozac_browser_toolbar_url_view] 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:100)
at org.mozilla.fenix.helpers.MatcherHelper.assertUIObjectExists$default(MatcherHelper.kt:92)
at org.mozilla.fenix.ui.robots.BrowserRobot$verifyUrl$1.invoke(BrowserRobot.kt:103)
at org.mozilla.fenix.ui.robots.BrowserRobot$verifyUrl$1.invoke(BrowserRobot.kt:85)
at org.mozilla.fenix.helpers.AppAndSystemHelper.registerAndCleanupIdlingResources(AppAndSystemHelper.kt:384)
at org.mozilla.fenix.ui.robots.BrowserRobot.verifyUrl(BrowserRobot.kt:85)
at org.mozilla.fenix.ui.SettingsSearchTest$verifyLearnMoreLinksFromAddSearchEngineSectionTest$5.invoke(SettingsSearchTest.kt:274)
at org.mozilla.fenix.ui.SettingsSearchTest$verifyLearnMoreLinksFromAddSearchEngineSectionTest$5.invoke(SettingsSearchTest.kt:273)
at org.mozilla.fenix.ui.robots.SettingsSubMenuSearchRobot$Transition.clickCustomSearchStringLearnMoreLink(SettingsSubMenuSearchRobot.kt:494)
at org.mozilla.fenix.ui.SettingsSearchTest.verifyLearnMoreLinksFromAddSearchEngineSectionTest(SettingsSearchTest.kt:273)
Assignee | ||
Comment 5•4 months ago
|
||
Updated•4 months ago
|
Comment 7•4 months ago
|
||
bugherder |
Assignee | ||
Comment 8•4 months ago
|
||
Comment 10•4 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
Comment 11•4 months ago
|
||
bugherder |
Description
•