| 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..9d7cf78578cad926fb9a6c9ed16cbeab38b9225c 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 set up app window')
|
| +
|
| _NavigateSetupDialog(chromeos, app)
|
|
|
| def main():
|
|
|