From 847e82abc4c156f6ba701aaac8e114ab6f1b5211 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 02 Aug 2012 16:59:04 +0000 Subject: Sleep while the shell starts Tries to fix a race seen in buildbot --- (limited to 'tests/shell.py') diff --git a/tests/shell.py b/tests/shell.py index ff5a13e..dc045d4 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -61,6 +61,8 @@ def go_to_list_view(): done_button = shell.child(name="Done", roleName="push button") done_button.click() + sleep(10) + radio_button = shell.child(name="List view", roleName="radio button") radio_button.click() -- cgit v0.9.1