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

Unified Diff: chrome/test/functional/chromeos_retail_mode.py

Issue 10834041: [cros] Retail mode test should not attempt to skip OOBE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_retail_mode.py
diff --git a/chrome/test/functional/chromeos_retail_mode.py b/chrome/test/functional/chromeos_retail_mode.py
index 4b99d0a9b732b852584c5cf04fa17375dd6c86a4..133e6625b542f2fc0b04ea546558a696ecaefc2e 100644
--- a/chrome/test/functional/chromeos_retail_mode.py
+++ b/chrome/test/functional/chromeos_retail_mode.py
@@ -15,6 +15,10 @@ class ChromeosRetailMode(policy_base.PolicyTestBase):
mode = 'kiosk'
machine_id = 'KIOSK'
+ def ShouldOOBESkipToLogin(self):
+ # There's no OOBE to skip.
+ return False
+
def _CheckOnRetailModeLoginScreen(self):
"""Checks that the retail mode login screen is visible."""
return self.ExecuteJavascriptInOOBEWebUI(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698