Bug 1859489 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Started failing on 5/29 with '429 Too many requests'
[Firebase link](https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/5882488721130474004/details?stepId=bs.1ba9c34abf9950cd&testCaseId=3&query=et.883de6cd09360b1f&deeplink=true)
```
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)
```
Started failing on 5/29 with '429 Too many requests'
[Firebase link](https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/5882488721130474004/details?stepId=bs.1ba9c34abf9950cd&testCaseId=3&query=et.883de6cd09360b1f&deeplink=true)
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)
```

Back to Bug 1859489 Comment 4