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

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

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Created 4 years, 8 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 6a98c9f308664a3f5a397ad25b4ade2e8a2e2029..34256ad1963b97cbf39502d4cdb73cb33520a2f6 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
@@ -112,6 +112,7 @@ cr.define('user_manager.create_profile_tests', function() {
assertEquals('profile name', args.profileName);
assertEquals('icon1.png', args.profileIconUrl);
assertFalse(args.isSupervised);
+ assertEquals('', args.supervisedUserId);
assertEquals('', args.custodianProfilePath);
});
});
@@ -209,6 +210,7 @@ cr.define('user_manager.create_profile_tests', function() {
assertEquals('profile name', args.profileName);
assertEquals('icon1.png', args.profileIconUrl);
assertTrue(args.isSupervised);
+ assertEquals('', args.supervisedUserId);
assertEquals('path/to/profile', args.custodianProfilePath);
});
});

Powered by Google App Engine
This is Rietveld 408576698