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

Unified Diff: chrome/test/data/webui/extensions/cr_extensions_browsertest.js

Issue 2974583003: MD Extensions: Show messages for no extensions, and for no search results (Closed)
Patch Set: update tests Created 3 years, 5 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/extensions/cr_extensions_browsertest.js
diff --git a/chrome/test/data/webui/extensions/cr_extensions_browsertest.js b/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
index cfa72f438968b465becb63b8d3a34849828af96e..6ceed54446e93365319623c642477de96596bacd 100644
--- a/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
+++ b/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
@@ -190,8 +190,7 @@ TEST_F('CrExtensionsBrowserTest', 'ExtensionDetailViewClickableElementsTest',
TEST_F('CrExtensionsBrowserTest', 'ExtensionItemList', function() {
extension_item_list_tests.registerTests();
- mocha.grep(
- assert(extension_item_list_tests.TestNames.ItemListFiltering)).run();
Devlin 2017/07/10 20:23:53 Way back when we first started, Dan was really wor
scottchen 2017/07/10 22:13:40 Hmm, I just noticed the tests are registered a bit
dpapad 2017/07/11 01:36:56 Timing out tests is still a concern. Adding too ma
scottchen 2017/07/11 18:08:17 Acknowledged. I moved them each to their own TEST_
+ mocha.run();
});
////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698