Merge lp:~ken-vandine/ubuntu-system-settings/rtm-ap_wait_for_reset_dialog into lp:ubuntu-system-settings/rtm-14.09

Proposed by Ken VanDine
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/rtm-ap_wait_for_reset_dialog
Merge into: lp:ubuntu-system-settings/rtm-14.09
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/ubuntu_system_settings/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/rtm-ap_wait_for_reset_dialog
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Touch System Settings Pending
Review via email: mp+250216@code.launchpad.net

Commit message

Use wait_select_single to fix test_reset_launcher failures

Description of the change

Use wait_select_single to fix test_reset_launcher failures

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

seems like we are not doing more rtm landing, so cleaning the list a bit, that one is rather going to be including with the vivid rebase

Unmerged revisions

996. By Ken VanDine

Use wait_select_single to fix test_reset_launcher failures

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_system_settings/__init__.py'
2--- tests/autopilot/ubuntu_system_settings/__init__.py 2015-02-04 17:37:50 +0000
3+++ tests/autopilot/ubuntu_system_settings/__init__.py 2015-02-18 21:05:32 +0000
4@@ -689,7 +689,7 @@
5 def _click_reset_launcher(self):
6 button = self.select_single(objectName='resetLauncher')
7 self.pointing_device.click_object(button)
8- return self.get_root_instance().select_single(
9+ return self.get_root_instance().wait_select_single(
10 objectName='resetLauncherDialog')
11
12 def _wait_and_return_main_system_settins_page(self):

Subscribers

People subscribed via source and target branches