Intermittent UI test failure - < RecentlyClosedTabsTest.openRecentlyClosedTabsInPrivateBrowsingTest >
Categories
(Firefox for Android :: UI Tests, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | wontfix |
| firefox124 | --- | unaffected |
| firefox125 | --- | wontfix |
| firefox128 | --- | wontfix |
| firefox129 | --- | unaffected |
| firefox130 | --- | unaffected |
| firefox142 | --- | unaffected |
| firefox143 | --- | unaffected |
| firefox144 | --- | wontfix |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
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.assertNotNull(Assert.java:713)
at org.junit.Assert.assertNotNull(Assert.java:723)
at org.mozilla.fenix.helpers.ext.WaitNotNullKt.waitNotNull(WaitNotNull.kt:24)
at org.mozilla.fenix.ui.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:112)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12$1.invoke(RecentlyClosedTabsTest.kt:178)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12$1.invoke(RecentlyClosedTabsTest.kt:177)
at org.mozilla.fenix.ui.robots.BrowserRobotKt.browserScreen(BrowserRobot.kt:1199)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12.invoke(RecentlyClosedTabsTest.kt:177)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12.invoke(RecentlyClosedTabsTest.kt:175)
at org.mozilla.fenix.ui.robots.RecentlyClosedTabsRobot$Transition.clickOpenInPrivateTab(RecentlyClosedTabsRobot.kt:99)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest.openRecentlyClosedTabsInPrivateBrowsingTest(RecentlyClosedTabsTest.kt:175)
Build: 1/10 Main
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
► 1/12 Firebase link
`java.lang.AssertionError: Failed to assert the following: (Selected = 'true')
Semantics of the node:
Node #402 at (l=180.0, t=699.0, r=360.0, b=909.0)px, Tag: 'tabstray.banner.privateTabsPageButton'
Selected = 'false'
Role = 'Tab'
Focused = 'false'
ContentDescription = '[Private tabs]'
Actions = [OnClick, RequestFocus]
MergeDescendants = 'true'
Has 2 siblings
Selector used: (TestTag = 'tabstray.banner.privateTabsPageButton')
at androidx.compose.ui.test.AssertionsKt.assert(Assertions.kt:270)
at androidx.compose.ui.test.AssertionsKt.assert$default(Assertions.kt:260)
at androidx.compose.ui.test.AssertionsKt.assertIsSelected(Assertions.kt:89)
at org.mozilla.fenix.ui.robots.ComposeTabDrawerRobot.verifyPrivateBrowsingButtonIsSelected(ComposeTabDrawerRobot.kt:73)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12$2.invoke(RecentlyClosedTabsTest.kt:181)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12$2.invoke(RecentlyClosedTabsTest.kt:180)
at org.mozilla.fenix.ui.robots.BrowserRobot$Transition.openComposeTabDrawer(BrowserRobot.kt:992)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12.invoke(RecentlyClosedTabsTest.kt:180)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12.invoke(RecentlyClosedTabsTest.kt:175)
at org.mozilla.fenix.ui.robots.RecentlyClosedTabsRobot$Transition.clickOpenInPrivateTab(RecentlyClosedTabsRobot.kt:99)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest.openRecentlyClosedTabsInPrivateBrowsingTest(RecentlyClosedTabsTest.kt:175)`
Comment 2•2 years ago
|
||
► 1/15 Firebase link
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertNotNull(Assert.java:713)
at org.junit.Assert.assertNotNull(Assert.java:723)
at org.mozilla.fenix.helpers.ext.WaitNotNullKt.waitNotNull(WaitNotNull.kt:24)
at org.mozilla.fenix.ui.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:112)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$openRecentlyClosedTabsInPrivateBrowsingTest$12$1.invoke(RecentlyClosedTabsTest.kt:178)
Probably caused by https://github.com/mozilla-mobile/firefox-android/pull/4646.
Comment 3•2 years ago
|
||
Flaky on 1/19: Firebase link
Comment 4•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Comment 5•2 years ago
|
||
Flaky again on 2/23, the long-click on the second item, Page_2, did not work correctly. Firebase link
Comment 6•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 7•1 year ago
|
||
► 7/19 Firebase link
Comment 8•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Comment 9•6 months ago
|
||
► 9/09 autoland Firebase link
Comment 10•5 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•