Merge lp:~ahayzen/music-app/fix-1613328-autopilot-tests into lp:music-app
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Alan Pope πΊπ§π± π¦ on 2016-08-19 | ||||
| Approved revision: | 1018 | ||||
| Merged at revision: | 1014 | ||||
| Proposed branch: | lp:~ahayzen/music-app/fix-1613328-autopilot-tests | ||||
| Merge into: | lp:music-app | ||||
| Diff against target: |
484 lines (+89/-19) 13 files modified
app/components/HeadState/EmptyHeadState.qml (+4/-0) app/components/HeadState/PlaylistHeadState.qml (+5/-0) app/components/HeadState/PlaylistsHeadState.qml (+5/-0) app/components/HeadState/QueueHeadState.qml (+4/-0) app/components/HeadState/SearchableHeadState.qml (+4/-0) app/components/MusicPage.qml (+2/-0) app/components/NowPlayingSidebar.qml (+2/-0) app/music-app.qml (+14/-4) app/ui/NowPlaying.qml (+3/-0) app/ui/Recent.qml (+4/-0) debian/changelog (+2/-0) tests/autopilot/music_app/__init__.py (+34/-12) tests/autopilot/music_app/tests/test_music.py (+6/-3) |
||||
| To merge this branch: | bzr merge lp:~ahayzen/music-app/fix-1613328-autopilot-tests | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Peeters (community) | Approve on 2016-08-16 | ||
| Zoltan Balogh (community) | Approve on 2016-08-16 | ||
| Jenkins Bot | continuous-integration | Approve on 2016-08-15 | |
| Andrew Hayzen | Abstain on 2016-08-15 | ||
|
Review via email:
|
|||
Commit Message
* Fix for autopilot using switch_to_tab instead of leadingActionBar
* Fix for duplicate Toolbars being created, confusing autopilot
Description of the Change
* Fix for autopilot using switch_to_tab instead of leadingActionBar
* Fix for duplicate Toolbars being created, confusing autopilot
PASSED: Continuous integration, rev:1013
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 1014. By Andrew Hayzen on 2016-08-15
-
* Further fixes for ActionBar changes
PASSED: Continuous integration, rev:1014
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 1015. By Andrew Hayzen on 2016-08-15
-
* Fix for loading not unloading when using active, instead set source to empty string as per docs
- 1016. By Andrew Hayzen on 2016-08-15
-
* Update changelog
PASSED: Continuous integration, rev:1015
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
| Andrew Hayzen (ahayzen) wrote : | # |
This is now passing autopilot \o/
adt-run [23:42:32]: test autopilot: - - - - - - - - - - results - - - - - - - - - -
autopilot PASS
PASSED: Continuous integration, rev:1016
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 1017. By Andrew Hayzen on 2016-08-15
-
* Fix for some console errors
PASSED: Continuous integration, rev:1017
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
- 1018. By Andrew Hayzen on 2016-08-15
-
* Fix for flaky test
PASSED: Continuous integration, rev:1018
https:/
Executed test runs:
None: https:/
Click here to trigger a rebuild:
https:/
| Zoltan Balogh (bzoltan) wrote : | # |
Pushed this patch to krillin and run the tests ->
$ phablet-test-run music_app
Loading tests from: /home/phablet/
Tests running...
Ran 20 tests in 520.130s
O


Still need to do a full run of this, as I need to move my music and rescan mediascanner2, will try this later :-)