Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1333)

Unified Diff: dashboard/dashboard/elements/test-picker-test.html

Issue 2767433002: Start using /list_tests to populate subtest menus in test-picker (Closed)
Patch Set: working except for cleanup; need to port tests. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/dashboard/elements/test-picker.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/test-picker-test.html
diff --git a/dashboard/dashboard/elements/test-picker-test.html b/dashboard/dashboard/elements/test-picker-test.html
index e663c116f6842d32a3eae6eac77763e3a5a1613e..b750eee679c43ecb4811685d19ecb601cc335a62 100644
--- a/dashboard/dashboard/elements/test-picker-test.html
+++ b/dashboard/dashboard/elements/test-picker-test.html
@@ -66,7 +66,10 @@ tr.b.unittest.testSuite(function() {
test('instantiate', function() {
testing_common.addXhrMock('*', JSON.stringify(MOCK_RESPONSE));
- var testPicker = document.createElement('test-picker');
+ const testPicker = document.createElement('test-picker');
+ testPicker.subtests.prepopulate({
+
+ });
testPicker.testSuites = {
'endure': {
'mas': {'Chromium': {'mac': false, 'win7': true}},
« no previous file with comments | « dashboard/dashboard/elements/test-picker.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698