OOBE - User takes some photos and sets as wallpaper
Bug #1322074 reported by
I Ahmad
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
In Progress
|
Undecided
|
Allan LeSage | ||
ubuntu-system-settings (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
1. Open the camera app
2. Click the 'shoot' button
3. Open system settings
4. Open the Background page
5. Select Photo/Image
6. Choose a photo
7. Select Pick
8. In the Preview screen select Confirm
9. Confirm that the wallpaper is set
Related branches
lp://staging/~jonas-drange/ubuntu-system-settings/1297418-apply-new-designs-to-background-panel
- Sebastien Bacher (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 1644 lines (+847/-533)17 files modifiedplugins/background/CMakeLists.txt (+3/-4)
plugins/background/Components/AddRemove.qml (+103/-0)
plugins/background/Components/CMakeLists.txt (+8/-0)
plugins/background/Components/HighlightedOverlay.qml (+31/-0)
plugins/background/Components/ListItemsHeader.qml (+76/-0)
plugins/background/Components/SelectedOverlay.qml (+30/-0)
plugins/background/MainPage.qml (+160/-240)
plugins/background/Preview.qml (+2/-0)
plugins/background/SwappableImage.qml (+0/-40)
plugins/background/WallpaperGrid.qml (+192/-48)
plugins/background/Wallpapers.qml (+0/-172)
plugins/background/background.cpp (+10/-1)
plugins/background/utilities.js (+21/-26)
tests/autopilot/setup.py (+5/-0)
tests/autopilot/ubuntu_system_settings/__init__.py (+5/-0)
tests/autopilot/ubuntu_system_settings/tests/__init__.py (+85/-2)
tests/autopilot/ubuntu_system_settings/tests/test_background.py (+116/-0)
lp://staging/~allanlesage/ubuntu-system-settings/settings-new-designs-background-autopilot-refactors
Merged
into
lp://staging/~jonas-drange/ubuntu-system-settings/1297418-apply-new-designs-to-background-panel
at
revision 739
- Jonas G. Drange: Pending requested
-
Diff: 111 lines (+20/-26)1 file modifiedtests/autopilot/ubuntu_system_settings/tests/test_background.py (+20/-26)
Changed in ubuntu-autopilot-tests: | |
assignee: | nobody → Allan LeSage (allanlesage) |
Changed in ubuntu-autopilot-tests: | |
status: | New → In Progress |
summary: |
- User takes some photos and sets as wallpaper + OOBE - User takes some photos and sets as wallpaper |
To post a comment you must log in.
Jonas Drange has been working on implementing the new (post-Malta) designs for ubuntu- system- settings and has a good autopilot test working for this; I'll link his branch here and my own branch with some suggested fixes.