Intermittent UI test failure - < SettingsAdvancedTest. askBeforeOpeningLinkInAppOpenTest >
Categories
(Firefox for Android :: UI Tests, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | unaffected |
firefox131 | --- | unaffected |
firefox132 | --- | wontfix |
People
(Reporter: ajoltan, Unassigned)
Details
(Keywords: intermittent-failure)
Firebase Test Run: Firebase link
Stacktrace:
androidx.test.espresso.PerformException: Error performing 'single click' on view 'an instance of android.widget.TextView and view.getText() equals string from resource id: <2131953604> [preferences_open_links_in_apps] value: Open links in apps'.
at androidx.test.espresso.PerformException$Builder.build(PerformException.java:86)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:56)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:31)
at androidx.test.espresso.base.DefaultFailureHandler$TypedFailureHandler.handle(DefaultFailureHandler.java:158)
at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:120)
at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:385)
at androidx.test.espresso.ViewInteraction.desugaredPerform(ViewInteraction.java:212)
at androidx.test.espresso.ViewInteraction.perform(ViewInteraction.java:140)
at org.mozilla.fenix.helpers.ViewInteractionKt.click(ViewInteraction.kt:18)
at org.mozilla.fenix.ui.robots.SettingsRobot$Transition.openOpenLinksInAppsMenu(SettingsRobot.kt:753)
at org.mozilla.fenix.ui.SettingsAdvancedTest.askBeforeOpeningLinkInAppOpenTest(SettingsAdvancedTest.kt:163)
... 35 trimmed
Caused by: java.lang.RuntimeException: Action will not be performed because the target view does not match one or more of the following constraints:
(view has effective visibility <VISIBLE> and view.getGlobalVisibleRect() covers at least <90> percent of the view's area)
Target view: "AppCompatTextView{id=16908310, res-name=title, visibility=VISIBLE, width=340, height=57, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.RelativeLayout$LayoutParams@YYYYYY, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=42.0, text=Open links in apps, input-type=0, ime-target=false, has-links=false}"
at androidx.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:287)
at androidx.test.espresso.ViewInteraction.access$300(ViewInteraction.java:70)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:193)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:182)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8177)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
Build: 9/12 autoland - experimental-arm
Reporter | ||
Updated•7 months ago
|
Reporter | ||
Comment 1•7 months ago
|
||
► 9/13 mozilla-central - experimental-arm - Firebase link
Comment 2•7 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•