Chromium Code Reviews| Index: appengine/config_service/ui/test/index.html |
| diff --git a/appengine/config_service/ui/test/index.html b/appengine/config_service/ui/test/index.html |
| index 5d75ba069267c8e300fea281f26c187a2f17cf99..0de9a9a8b022aedb608382d29099cd06e91dc09c 100644 |
| --- a/appengine/config_service/ui/test/index.html |
| +++ b/appengine/config_service/ui/test/index.html |
| @@ -20,9 +20,11 @@ |
| <script> |
| WCT.loadSuites([ |
| 'common/auth-signin_test.html', |
| + 'common/common-behaviors_test.html', |
| 'config-ui/front-page_test.html', |
| 'config-ui/config-set_test.html', |
| 'common/auth-signin_test.html?dom=shadow', |
| + 'common/common-behaviors_test.html?dom=shadow', |
|
Sergey Berezin
2017/08/01 00:28:39
This file is missing from the CL, please add and u
cwpayton
2017/08/01 16:09:00
Done.
|
| 'config-ui/front-page_test.html?dom=shadow', |
| 'config-ui/config-set_test.html?dom=shadow', |
| ]); |