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

Unified Diff: chrome/browser/chromeos/login/login_ui_browsertest.cc

Issue 131463005: kiosk: Show network screen for interrupted enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_ui_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_ui_browsertest.cc b/chrome/browser/chromeos/login/login_ui_browsertest.cc
index 7df58b869543c90ea04b59a180309f4097ca7ce6..4f545ed00681ad34b67e7ec3bb894d7bf469e614 100644
--- a/chrome/browser/chromeos/login/login_ui_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_ui_browsertest.cc
@@ -43,17 +43,17 @@ IN_PROC_BROWSER_TEST_F(LoginUITest, LoginUIVisible) {
".user.emailAddress == '" + std::string(kTestUser2) + "'");
}
-IN_PROC_BROWSER_TEST_F(LoginUITest, PRE_ShowEnrollmentFirst) {
+IN_PROC_BROWSER_TEST_F(LoginUITest, PRE_InterruptedAutoStartEnrollment) {
StartupUtils::MarkOobeCompleted();
PrefService* prefs = g_browser_process->local_state();
prefs->SetBoolean(prefs::kDeviceEnrollmentAutoStart, true);
}
-// Tests that the default first screen is the enrollment screen after OOBE
+// Tests that the default first screen is the network screen after OOBE
// when auto enrollment is enabled and device is not yet enrolled.
-IN_PROC_BROWSER_TEST_F(LoginUITest, ShowEnrollmentFirst) {
- OobeScreenWaiter(OobeDisplay::SCREEN_OOBE_ENROLLMENT).Wait();
+IN_PROC_BROWSER_TEST_F(LoginUITest, InterruptedAutoStartEnrollment) {
+ OobeScreenWaiter(OobeDisplay::SCREEN_OOBE_NETWORK).Wait();
}
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698