Closed
Bug 1257552
Opened 10 years ago
Closed 9 years ago
[meta-html] Implement tests for Reps
Categories
(DevTools :: Shared Components, enhancement)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Honza, Unassigned)
References
Details
(Keywords: meta, Whiteboard: [btpp-backlog] [meta-html])
We should have tests for React components rendering JS/DOM data types (aka Reps).
devtools/client/shared/components/reps/test
Honza
| Reporter | ||
Updated•10 years ago
|
Summary: Implements tests for Reps → Implement tests for Reps
Component: Developer Tools: Framework → Developer Tools: Shared Components
Priority: -- → P3
Whiteboard: [btpp-backlog]
| Comment hidden (obsolete) |
Comment 2•10 years ago
|
||
I added a patch in Bug 1247319 Comment 7 that has the beginnings of a Mocha test for the ObjectBox rep.
Comment 3•10 years ago
|
||
I'm removing the dependency on the Mocha bug because we've decided to use XPCShell and mochitests for the most part. I've been doing a lot of those for web console so I can help with this.
No longer depends on: 1247319
Comment 4•10 years ago
|
||
Once DOM Panel lands, this will be the list of reps. I think we should break each one out as a bug and turn this into a meta.
'array.js',
'attribute.js',
'caption.js',
'date-time.js',
'document.js',
'event.js',
'function.js',
'grip-array.js',
'grip.js',
'named-node-map.js',
'null.js',
'number.js',
'object-box.js',
'object-link.js',
'object-with-text.js',
'object-with-url.js',
'object.js',
'regexp.js',
'rep-utils.js',
'rep.js',
'string.js',
'stylesheet.js',
'text-node.js',
'undefined.js',
'url.js',
'window.js',
Updated•10 years ago
|
Updated•10 years ago
|
Blocks: devtools-html-2
Updated•10 years ago
|
Keywords: meta
Summary: Implement tests for Reps → [meta] Implement tests for Reps
Updated•10 years ago
|
Severity: normal → enhancement
Flags: qe-verify-
Priority: P3 → --
Whiteboard: [btpp-backlog] → [btpp-backlog] [meta-html] [devtools-html]
Updated•9 years ago
|
Summary: [meta] Implement tests for Reps → [meta-html] Implement tests for Reps
Updated•9 years ago
|
Whiteboard: [btpp-backlog] [meta-html] [devtools-html] → [btpp-backlog] [meta-html]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•