Bug 1575240 - inspect(x) should show x in the appropriate panel (fix lint). r=jlast

This commit is contained in:
Cosmin Sabou 2019-08-29 23:57:37 +03:00
Родитель 5412bfa2f9
Коммит 23311695cd
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -21,8 +21,6 @@ add_task(async function() {
// Test primitives
add_task(async function() {
const hud = await openNewTabAndConsole(TEST_URI);
const toolbox = gDevTools.getToolbox(hud.target);
await testInspectingWindow(hud);
await testInspectIngPrimitive(hud);
});