| Index: client/bin/site_ui_test.py
|
| diff --git a/client/bin/site_ui_test.py b/client/bin/site_ui_test.py
|
| index ab00e82a3776a6bf236d295f808bf0558272a96c..64be3571f77171f8f6274822fd8aec4414aa2821 100644
|
| --- a/client/bin/site_ui_test.py
|
| +++ b/client/bin/site_ui_test.py
|
| @@ -91,7 +91,6 @@ class UITest(bin_test.test):
|
| lambda: self.__attempt_resolve('www.google.com', '127.0.0.1'),
|
| site_login.TimeoutError('Timed out waiting for DNS changes.'),
|
| 10)
|
| - site_login.refresh_login_screen()
|
|
|
|
|
| def revert_dns(self):
|
| @@ -171,6 +170,7 @@ class UITest(bin_test.test):
|
| os.unlink(chromeos_constants.SIGNED_PREFERENCES_FILE)
|
| except (IOError, OSError) as error:
|
| logging.info(error)
|
| + site_login.refresh_login_screen()
|
|
|
| if self.auto_login:
|
| self.login(self.username, self.password)
|
|
|