Open
Bug 1023322
Opened 12 years ago
Updated 3 years ago
CustomizableUI tests should verify CustomizableUI.inDefaultState between each test
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
NEW
People
(Reporter: jaws, Unassigned)
References
(Depends on 1 open bug)
Details
From bug 982656,
> + ok(CustomizableUI.inDefaultState, "Default state to begin");
>> We used to do this in head.js but it got lost with the switch to add_task.
>> It should already be the case everywhere... if you feel brave enough,
>> please ensure this gets run after every test from head.js (which might be
>> tricky because it needs to be after any cleanups added by the test
>> itself...) - or file a followup for it. Having it in every test is a little
>> redundant and makes us find the issue *after* it's happened (ie it's not
>> this test's fault if it's not finding the browser in its default state).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•