Closed
Bug 1500966
Opened 7 years ago
Closed 7 years ago
Fix todo_is in toolkit/components/normandy/test/browser/browser_PreferenceExperiments.js
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 1500965
People
(Reporter: jdescottes, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1500965 +++
Bug 1499096 will switch a call to ok() to is(). Most likely intended by the author of the test, but the assert fails at the moment:
todo_is(
Services.prefs.getPrefType(`${startupPrefs}.fake.user`),
Services.prefs.PREF_INVALID,
"The startup value for fake.user was not set",
);
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•