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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2687553003: MD Settings: Fix site data details regression and add test. (Closed)
Patch Set: Fix types and compilation. Created 3 years, 10 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
Index: chrome/test/data/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index c4620f4e9d63b63bf18affff27f8258a06fd5ae1..5bc54edc75dfbae942b955465d07d9edf03dbf85 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -663,7 +663,8 @@ CrSettingsSiteSettingsTest.prototype = {
'test_site_settings_prefs_browser_proxy.js',
'zoom_levels_tests.js',
'usb_devices_tests.js',
- 'protocol_handlers_tests.js'
+ 'protocol_handlers_tests.js',
+ 'site_data_details_subpage_tests.js',
]),
};
@@ -676,6 +677,7 @@ TEST_F('CrSettingsSiteSettingsTest', 'SiteSettings', function() {
zoom_levels.registerTests();
usb_devices.registerTests();
protocol_handlers.registerTests();
+ site_data_details.registerTests();
dpapad 2017/02/08 00:04:10 It is unfortunate that I have to use registerTests
tommycli 2017/02/08 19:28:40 I probably would revert the URL change in the tear
dpapad 2017/02/08 22:01:09 Done. Thanks for the help.
mocha.run();
});

Powered by Google App Engine
This is Rietveld 408576698