Closed
Bug 1966762
Opened 3 months ago
Closed 3 months ago
Fix verifyReaderModeControlsTest AmbiguousViewMatcherException
Categories
(Firefox for Android :: UI Tests, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1966852
Tracking | Status | |
---|---|---|
firefox138 | --- | unaffected |
firefox139 | --- | unaffected |
firefox140 | --- | affected |
People
(Reporter: aaronmt, Assigned: aaronmt)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 obsolete file)
androidx.test.espresso.AmbiguousViewMatcherException: 'view.getParent() view.getId() is <2131297257/org.mozilla.fenix.debug:id/mozac_browser_toolbar_page_actions>' matches 2 views in the hierarchy:
- [1] AppCompatImageButton{id=-1, desc=Reader view, visibility=VISIBLE, width=126, height=126, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@YYYYYY, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0}
- [2] AppCompatImageButton{id=-1, desc=Share, visibility=VISIBLE, width=126, height=126, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@YYYYYY, tag=null, root-is-layout-requested=false, has-input-connection=false, x=126.0, y=0.0}
Likely from
private fun readerViewToggle() =
onView(withParent(withId(R.id.mozac_browser_toolbar_page_actions)))
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1966670
status-firefox138:
--- → unaffected
status-firefox139:
--- → unaffected
status-firefox140:
--- → affected
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Attachment #9488151 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•