test_picker_mode.TestPickerMode.test_pick_named_photo is skipped
Bug #1336414 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gallery-app |
Fix Released
|
Undecided
|
Richard Huddie | ||
gallery-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This test has been removed.
We need it to be running in order to finish the experience tests that selects a picture for a contact.
Related branches
lp://staging/~canonical-platform-qa/gallery-app/add-photos-page-object
- Arthur Mello (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
- Leo Arias (community): Approve
- Ubuntu Phablet Team: Pending requested
-
Diff: 133 lines (+33/-17)4 files modifiedrc/qml/PickerScreen.qml (+1/-0)
tests/autopilot/gallery_app/emulators/picker_screen.py (+25/-3)
tests/autopilot/gallery_app/tests/__init__.py (+2/-2)
tests/autopilot/gallery_app/tests/test_picker_mode.py (+5/-12)
Changed in gallery-app: | |
status: | New → Confirmed |
assignee: | nobody → Richard Huddie (rhuddie) |
To post a comment you must log in.
Cause for the failures was that gallery-app was not launching in Picker mode. This was becuase the --pick-mode argument was being appended after each test run, which lead to very long argument strings.