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

Unified Diff: components/proximity_auth/e2e_test/setup_test.py

Issue 1261643006: Handle Smart Lock for Android promotion screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: components/proximity_auth/e2e_test/setup_test.py
diff --git a/components/proximity_auth/e2e_test/setup_test.py b/components/proximity_auth/e2e_test/setup_test.py
index 7ef26947fdf02fccf3644da0aabd0a398c5c51ed..86881b9c32832db007e51a3adb2473a459d705de 100644
--- a/components/proximity_auth/e2e_test/setup_test.py
+++ b/components/proximity_auth/e2e_test/setup_test.py
@@ -152,6 +152,9 @@ def RunSetupTest(args):
logger.info('Starting Smart Lock setup flow...')
app = settings.StartSetupAndReturnApp()
+ if app is None:
+ raise SmartLockSetupError('Failed to obtain app set up window')
Tim Song 2015/08/03 21:42:19 nit: reword to "Failed to obtain setup app window.
vsankar 2015/08/03 22:32:13 Done.
+
_NavigateSetupDialog(chromeos, app)
def main():
« components/proximity_auth/e2e_test/cros.py ('K') | « components/proximity_auth/e2e_test/cros.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698