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

Unified Diff: client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py

Issue 1534001: switch to autox.py and robustify login/logout code (Closed)
Patch Set: merge with head Created 10 years, 8 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: client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
diff --git a/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py b/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
index 487bba644190cbade866d5f25aa944026cda283a..49ec782789073f7d50ccd959d4ed26082023bdc7 100644
--- a/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
+++ b/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
@@ -7,7 +7,7 @@ from autotest_lib.client.bin import site_ui_test
class desktopui_DoLogin(site_ui_test.UITest):
version = 1
-
- def run_once(self):
- time.sleep(10) # Local login is so fast, it needs to be slowed down.
+
+ def run_once(self):
+ time.sleep(10) # Local login is so fast, it needs to be slowed down.
« no previous file with comments | « client/site_tests/desktopui_DoLogin/control ('k') | client/site_tests/desktopui_FailedLogin/desktopui_FailedLogin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698