Merge lp:~canonical-platform-qa/ubuntu-system-settings/wait_select_single_selectTimeZoneField into lp:ubuntu-system-settings

Proposed by Chris Gagnon
Status: Merged
Approved by: Ken VanDine
Approved revision: 1213
Merged at revision: 1227
Proposed branch: lp:~canonical-platform-qa/ubuntu-system-settings/wait_select_single_selectTimeZoneField
Merge into: lp:ubuntu-system-settings
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/ubuntu_system_settings/tests/test_datetime.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/ubuntu-system-settings/wait_select_single_selectTimeZoneField
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+242840@code.launchpad.net

Commit message

wait for selectTimeZoneField in autopilot test

Description of the change

wait for selectTimeZoneField in autopilot test

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:1213
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-settings/wait_select_single_selectTimeZoneField/+merge/242840/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/ubuntu-system-settings-ci/1815/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-vivid-touch/361
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-vivid/236/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/ubuntu-system-settings-vivid-i386-ci/85
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-vivid-mako/326
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-armhf/361
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-armhf/361/artifact/work/output/*zip*/output.zip
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/16250
    FAILURE: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-vivid/208/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-amd64/240
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-amd64/240/artifact/work/output/*zip*/output.zip

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/ubuntu-system-settings-ci/1815/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good, thanks!

review: Approve

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/tests/test_datetime.py'
2--- tests/autopilot/ubuntu_system_settings/tests/test_datetime.py 2014-07-18 12:57:19 +0000
3+++ tests/autopilot/ubuntu_system_settings/tests/test_datetime.py 2014-11-25 20:26:49 +0000
4@@ -68,7 +68,7 @@
5
6 def click_tz_search_field(self):
7 self.system_settings.main_view.scroll_to_and_click(self.tz_page)
8- text_field = self.system_settings.main_view.select_single(
9+ text_field = self.system_settings.main_view.wait_select_single(
10 objectName='selectTimeZoneField'
11 )
12 self.system_settings.main_view.pointing_device.move_to_object(

Subscribers

People subscribed via source and target branches