Closed
Bug 1703386
Opened 2 years ago
Closed 2 years ago
Failure in browser/components/urlbar/tests/browser/browser_view_resultTypes_display.js with proton urlbar
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Iteration:
89.2 - Apr 5 - Apr 18
People
(Reporter: mak, Assigned: bugzilla)
References
Details
(Whiteboard: [proton-address-bar])
There's a failure in browser/components/urlbar/tests/browser/browser_view_resultTypes_display.js when graduating the proton urlbar
Updated•2 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1018
Updated•2 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•2 years ago
|
||
The issue is that we're not showing the title separator in front of switch-to-tab results:
FAIL Should be displaying a separator - true == false - JS frame :: chrome://mochitests/content/browser/browser/components/urlbar/tests/browser/browser_view_resultTypes_display.js :: assertElementsDisplayed :: line 26
Stack trace:
chrome://mochitests/content/browser/browser/components/urlbar/tests/browser/browser_view_resultTypes_display.js:assertElementsDisplayed:26
chrome://mochitests/content/browser/browser/components/urlbar/tests/browser/browser_view_resultTypes_display.js:test_tab_switch_result/<:82
Before fixing, we should verify we're sticking with the current switch-to-tab design. See also bug 1703384 comment 1.
Assignee | ||
Comment 2•2 years ago
|
||
This test will be fixed for free if my current patch for bug 1703384 is accepted. If we end up going with a different approach in that bug, I'll change this test.
Assignee: nobody → htwyford
Severity: -- → S3
Status: NEW → ASSIGNED
Iteration: --- → 89.2 - Apr 5 - Apr 18
Points: --- → 1
Assignee | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•