Chromium Code Reviews| 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(); |
| }); |