Closed
Bug 1094337
Opened 10 years ago
Closed 7 years ago
[Gallery] Improve robustness of overlay/pick/spinner unit tests
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: justindarc, Unassigned)
References
Details
Follow-up for Bug 1064600 to improve robustness of the unit tests for the "overlay", "pick" and "spinner" modules to be less-dependent upon the `$()` function. If these modules can be refactored as web components, the resulting partial HTML templates for the corresponding modules can be loaded for the unit tests. Otherwise, the test spies can be attached directly to `document.getElementById()` or `document.querySelector()` to avoid the `$()` dependency.
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•