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

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: Addressed comments + rebase 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 072ac5991ddf0b6d3c2b54d795621fdfbde81dcb..670973000634a4fedac3ad0b3e9ed5b06c3e8ef3 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