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

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

Issue 2950943002: MD Settings: Stop using IronMenuBehavior from cr-profile-avatar-selector-grid. (Closed)
Patch Set: Added comment. Created 3 years, 6 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/create_profile_tests.js
diff --git a/chrome/test/data/webui/md_user_manager/create_profile_tests.js b/chrome/test/data/webui/md_user_manager/create_profile_tests.js
index 2e4391aa4ad1bb0b40984e5c8a9e90dee0bee807..82f34a97586f601ad58c303f9daeb039ed3c14ad 100644
--- a/chrome/test/data/webui/md_user_manager/create_profile_tests.js
+++ b/chrome/test/data/webui/md_user_manager/create_profile_tests.js
@@ -54,7 +54,7 @@ cr.define('user_manager.create_profile_tests', function() {
test('Handles available profile icons', function() {
return browserProxy.whenCalled('getAvailableIcons').then(function() {
- assertEquals('icon1.png', createProfileElement.profileIconUrl_);
+ assertEquals(2, createProfileElement.availableIcons_.length);
});
});

Powered by Google App Engine
This is Rietveld 408576698