Closed
Bug 1987799
Opened 9 months ago
Closed 9 months ago
CardSections assumes that `newtabTrainhop` Nimbus feature has `dailyBriefing` defined
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
RESOLVED
DUPLICATE
of bug 1987796
People
(Reporter: mconley, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Ensure sections is enabled
- Follow the instructions in https://phabricator.services.mozilla.com/D264079
- After the last step, go to about:studies and unenroll from the study
- Open a new tab
Alternatively, instead of enrolling in dailyBriefing as part of Step 1, set the following value for the newtabTrainhop feature:
{
"type": "test",
"payload": {
"enabled": true,
"sectionId": "top_stories_section",
"placement": "section"
}
}
and then open a new tab. This results in a broken set of story cards (if sections is enabled).
| Reporter | ||
Comment 1•9 months ago
|
||
D'oh, Bugzilla hiccup.
You need to log in
before you can comment on or make changes to this bug.
Description
•