Test needed: add a phone number to a contact from messaging-app
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
In Progress
|
Undecided
|
Brendan Donegan |
Bug Description
From a regression in a recent phone image, as reported by bfiller, we need a test to certify that a contact can be created from a messaging-app . As listed in the wiki merge proposal process for address-book-app: "Test adding a phone number to an existing contact from a messaging-app conversation."
Test Steps:
Prerequisite: There must be a message received from a number that is not already in the address book.
1. Open the messaging app
2. Select the message received from the number
3. Open the toolbar and select Add
4. Choose Add to Existing Contact from the dialog
5. Select a contact from the address book.
6. Confirm that the number is added to the contact
7. Select Save
8. Open the Contact in the address book and make sure the number was added.
Related branches
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Leo Arias (community): Needs Fixing
-
Diff: 106 lines (+89/-0)2 files modifiedubuntu_experience_tests/helpers.py (+14/-0)
ubuntu_experience_tests/tests/messaging_app/test_messaging_app.py (+75/-0)
- Ubuntu Testcase Admins: Pending requested
-
Diff: 1125 lines (+1040/-0) (has conflicts)16 files modified.bzr-builddeb/default.conf (+2/-0)
COPYING (+674/-0)
README (+12/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+30/-0)
debian/copyright (+28/-0)
debian/rules (+13/-0)
debian/source/format (+1/-0)
debian/ubuntu-experience-tests.install (+1/-0)
ubuntu_experience_tests/__init__.py (+17/-0)
ubuntu_experience_tests/fixture_setup.py (+30/-0)
ubuntu_experience_tests/helpers.py (+66/-0)
ubuntu_experience_tests/tests/__init__.py (+32/-0)
ubuntu_experience_tests/tests/test_fixture_setup.py (+56/-0)
ubuntu_experience_tests/tests/test_osd_dialer_integration.py (+72/-0)
description: | updated |
Changed in ubuntu-autopilot-tests: | |
assignee: | nobody → Brendan Donegan (brendan-donegan) |
status: | New → In Progress |
Currently working on steps 1 and 2