Commit e5999cc4 authored by Eugene Ostroukhov's avatar Eugene Ostroukhov Committed by Commit Bot

[DevTools] Move application panel tests

These tests were never ran as they were stashed to a folder named
resources.

Bug: 
Change-Id: I8b8c7bd426ce3b25b3a4a623ad5a1fed4800e1c9
Reviewed-on: https://chromium-review.googlesource.com/529904
Commit-Queue: Eugene Ostroukhov <eostroukhov@chromium.org>
Reviewed-by: default avatarAndrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478674}
parent 7f09ece3
CONSOLE MESSAGE: line 112: InspectorTest.IndexedDB_callback1
CONSOLE MESSAGE: line 124: InspectorTest.IndexedDB_callback1
Tests Application Panel response to a main frame navigation.
Initial state:
......
......@@ -46,7 +46,7 @@ async function test()
UI.viewManager.showView('resources');
UI.panels.resources._sidebar.databasesListTreeElement.firstChild().select(false, true);
dumpCurrentState('Initial state:');
await InspectorTest.navigatePromise('http://127.0.0.1:8000/inspector/resources/resources-panel-on-navigation.html');
await InspectorTest.navigatePromise('http://127.0.0.1:8000/inspector/application-panel/resources-panel-on-navigation.html');
dumpCurrentState('After navigation:');
InspectorTest.completeTest();
}
......
CONSOLE MESSAGE: line 112: InspectorTest.IndexedDB_callback1
CONSOLE MESSAGE: line 124: InspectorTest.IndexedDB_callback1
Tests Application Panel response to a main frame navigation.
Initial state:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment