Chromium Code Reviews| 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(): |