[meta] Cleanup tests/manifests affected by sidebar.revamp pref once flipped on by default
Categories
(Firefox :: Sidebar, task, P2)
Tracking
()
People
(Reporter: kcochrane, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, Whiteboard: [fidefe-sidebar])
As part of bug 1897976, I've updated all existing tests that are failing once the sidebar.revamp pref has been flipped on in the following ways:
- Created a secondary manifest file titled
browserSidebarRevamp.tomlwith thesidebar.revamppref set totrue - Updated test files affected by the pref flip to add conditionals for when the pref is set to
true
Once the pref has been flipped on by default, we should do some cleanup by removing conditionals in these tests and consolidate the manifest file back into the original browser.toml and remove the pref from the top of that manifest file.
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Comment 1•8 months ago
|
||
I got some try results to highlight the failures we might expect when we flip the pref by default. We have a number of tests that expect the legacy sidebar which disable sidebar.revamp to pass and we'll need to look at each of these.
We might want to invert the sidebar test manifest situation so we run all tests with sidebar.revamp=true and isolate just specific tests where we really want coverage for the legacy sidebar up until the moment we remove it entirely.
I'll make this a meta bug and file individual bugs to break up this into smaller bite-size tasks.
Description
•