Merge lp:~jonas-drange/ubuntu-system-settings/fix-notification-test into lp:ubuntu-system-settings
| Status: | Merged |
|---|---|
| Approved by: | Sebastien Bacher on 2015-08-25 |
| Approved revision: | 1507 |
| Merged at revision: | 1512 |
| Proposed branch: | lp:~jonas-drange/ubuntu-system-settings/fix-notification-test |
| Merge into: | lp:ubuntu-system-settings |
| Diff against target: |
61 lines (+16/-13) 2 files modified
tests/autopilot/ubuntu_system_settings/__init__.py (+5/-0) tests/autopilot/ubuntu_system_settings/tests/test_notifications.py (+11/-13) |
| To merge this branch: | bzr merge lp:~jonas-drange/ubuntu-system-settings/fix-notification-test |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-08-25 | |
| Sebastien Bacher (community) | 2015-08-25 | Approve on 2015-08-25 | |
|
Review via email:
|
|||
Commit Message
Use wait_select_single instead of select_single to make the test less flaky
Description of the Change
Use wait_select_single instead of select_single to make the test less flaky
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1507
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1508. By Jonas G. Drange on 2015-08-25
-
drop the sleep, replace with Eventually. Use the proper go_to pattern
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1508
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://


thanks