Closed
Bug 1987796
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
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
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).
| Assignee | ||
Comment 2•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d84caf9d1165
https://hg.mozilla.org/mozilla-central/rev/89d6d9a06132
Don't assume that dailyBriefing will be defined on trainhopConfig to account for unenrollment / other experiments. r=home-newtab-reviewers,thecount
Comment 4•9 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•8 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•