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

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

Issue 2526893002: [MD Extensions] Update subpages when the backing extension data changes (Closed)
Patch Set: Michael's Created 4 years, 1 month 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 eed6c5c79dc2f15678967ba6ccd5ae767f16c8e1..06a8fe6b16b1104c79de5612354dcf43a20dff1a 100644
--- a/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
+++ b/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
@@ -239,6 +239,12 @@ TEST_F('CrExtensionsBrowserTestWithIdQueryParam',
assert(extension_manager_tests.TestNames.UrlNavigationToDetails)).run();
});
+TEST_F('CrExtensionsBrowserTest', 'ExtensionManagerUpdateItemDataTest',
+ function() {
+ extension_manager_tests.registerTests();
+ mocha.grep(assert(extension_manager_tests.TestNames.UpdateItemData)).run();
+});
+
////////////////////////////////////////////////////////////////////////////////
// Extension Keyboard Shortcuts Tests
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.js ('k') | chrome/test/data/webui/extensions/extension_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698