Closed Bug 1403205 Opened 7 years ago Closed 7 years ago

Migrate browser_console_variables_view_while_debugging_and_inspecting.js to the new frontend

Categories

(DevTools :: Console, enhancement, P1)

enhancement

Tracking

(firefox60 fixed)

RESOLVED FIXED
Firefox 60
Tracking Status
firefox60 --- fixed

People

(Reporter: nchevobbe, Assigned: jdescottes)

References

Details

(Whiteboard: [newconsole-mvp])

Attachments

(1 file)

the test uses the variable view, but we should test the same thing using the object inspector (minus editing) since it has a complex workflow
Priority: -- → P3
Priority: P3 → P2
Whiteboard: [newconsole-mvp]
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Priority: P2 → P1
Comment on attachment 8949860 [details] Bug 1403205 - rename and enable browser_webconsole_object_inspector_while_debugging_and_inspecting.js; https://reviewboard.mozilla.org/r/219178/#review225276 ::: devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_object_inspector_while_debugging_and_inspecting.js:72 (Diff revision 1) > let target = TargetFactory.forTab(gBrowser.selectedTab); > let toolbox = gDevTools.getToolbox(target); > let thread = toolbox.threadClient; > > info("Waiting for framesadded"); > - yield new Promise(resolve => { > + return new Promise(resolve => { Nit: you should be able to `await` instead of return here.
Attachment #8949860 - Flags: review?(bgrinstead) → review+
Comment on attachment 8949860 [details] Bug 1403205 - rename and enable browser_webconsole_object_inspector_while_debugging_and_inspecting.js; https://reviewboard.mozilla.org/r/219178/#review225276 > Nit: you should be able to `await` instead of return here. Thanks, fixed!
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d8b74f789f8c rename and enable browser_webconsole_object_inspector_while_debugging_and_inspecting.js;r=bgrins
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: