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

Unified Diff: client/bin/site_ui_test.py

Issue 3754009: [autotest] remove ownership state, THEN restart the browser (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 2 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 | « client/bin/site_login.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « client/bin/site_login.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698