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

Unified Diff: chrome/test/data/webui/md_user_manager/user_manager_browsertest.js

Issue 2007133006: Use svg icon to avoid lazy loading of Polymer elements for user pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests with regard to the latest changes while tests were disabled Created 4 years, 7 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/md_user_manager/user_manager_browsertest.js
diff --git a/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js b/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
index 2aaa9e8b81586ac07404855ef278b46902c10e17..47e0368eeaa486bc5633fc0e74de6b8348facb02 100644
--- a/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
+++ b/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
@@ -37,8 +37,7 @@ UserManagerBrowserTest.prototype = {
runAccessibilityChecks: false,
};
-// Flaky timeout failures on all platforms; see https://crbug.com/613191.
-TEST_F('UserManagerBrowserTest', 'DISABLED_UserManagerTest', function() {
+TEST_F('UserManagerBrowserTest', 'UserManagerTest', function() {
// Disable 'pod-row' so it won't handle click events after we clear the body.
$('pod-row').disabled = true;
« no previous file with comments | « chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js ('k') | ui/login/account_picker/user_pod_row.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698