Intermittent UI test failure - < RecentlyClosedTabsTest. deleteRecentlyClosedTabsItemTest >
Categories
(Firefox for Android :: UI Tests, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | wontfix |
| firefox121 | --- | unaffected |
| firefox122 | --- | unaffected |
| firefox123 | --- | wontfix |
| firefox124 | --- | wontfix |
| firefox144 | --- | wontfix |
| firefox145 | --- | unaffected |
| firefox146 | --- | unaffected |
| firefox147 | --- | unaffected |
| firefox148 | --- | wontfix |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
Firebase Test Run: Firebase link
Stacktrace:
java.lang.AssertionError: Failed to inject touch input.
Reason: Expected exactly '1' node but could not find any node that satisfies: (TestTag = 'tabstray.tabItem.close')
However, the unmerged tree contains '1' node that matches. Are you missing useUnmergedNode = true in your finder?
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchOneOrDie(SemanticsNodeInteraction.kt:145)
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchSemanticsNode(SemanticsNodeInteraction.kt:79)
at androidx.compose.ui.test.ActionsKt.performTouchInput(Actions.kt:358)
at androidx.compose.ui.test.Actions_androidKt.performClickImpl(Actions.android.kt:20)
at androidx.compose.ui.test.ActionsKt.performClick(Actions.kt:51)
at org.mozilla.fenix.ui.robots.ComposeTabDrawerRobot.closeTab(ComposeTabDrawerRobot.kt:207)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$deleteRecentlyClosedTabsItemTest$4.invoke(RecentlyClosedTabsTest.kt:126)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$deleteRecentlyClosedTabsItemTest$4.invoke(RecentlyClosedTabsTest.kt:125)
at org.mozilla.fenix.ui.robots.BrowserRobot$Transition.openComposeTabDrawer(BrowserRobot.kt:1035)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest.deleteRecentlyClosedTabsItemTest(RecentlyClosedTabsTest.kt:125)
Build: 2/6 Main
| Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 2•2 years ago
|
||
► 1/11 Firebase link
java.lang.AssertionError: Failed to inject touch input.
Reason: Expected exactly '1' node but could not find any node that satisfies: (TestTag = 'tabstray.tabItem.close')
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchOneOrDie(SemanticsNodeInteraction.kt:145)
at androidx.compose.ui.test.SemanticsNodeInteraction.fetchSemanticsNode(SemanticsNodeInteraction.kt:79)
at androidx.compose.ui.test.ActionsKt.performTouchInput(Actions.kt:358)
at androidx.compose.ui.test.Actions_androidKt.performClickImpl(Actions.android.kt:20)
at androidx.compose.ui.test.ActionsKt.performClick(Actions.kt:51)
at org.mozilla.fenix.ui.robots.ComposeTabDrawerRobot.closeTab(ComposeTabDrawerRobot.kt:208)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$deleteRecentlyClosedTabsItemTest$4.invoke(RecentlyClosedTabsTest.kt:100)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest$deleteRecentlyClosedTabsItemTest$4.invoke(RecentlyClosedTabsTest.kt:99)
at org.mozilla.fenix.ui.robots.BrowserRobot$Transition.openComposeTabDrawer(BrowserRobot.kt:992)
at org.mozilla.fenix.ui.RecentlyClosedTabsTest.deleteRecentlyClosedTabsItemTest(RecentlyClosedTabsTest.kt:99)
| Reporter | ||
Comment 3•2 years ago
|
||
► 1/20 Firebase link
| Reporter | ||
Comment 4•2 years ago
|
||
► 1/25 Firebase link
Comment 5•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Comment 6•6 months ago
|
||
► 10/23 mozilla-release Firebase link
Comment 7•6 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Comment 8•5 months ago
|
||
► 12/17 autoland Firebase link
Comment 9•4 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•