Closed
Bug 927029
Opened 12 years ago
Closed 12 years ago
Write a test for exporting contacts to SD Card
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Assigned: bsilverberg)
References
Details
Attachments
(3 files)
*high difficulty*
Setup: Using mozdevice wipe all .vcf files from the SD card (see wipe of media files for an example)
1. Start b2g
2. Push a contact to the contacts db
3. Load Contacts app
4. Open settings
5. Tap 'export contacts'
6. Tap 'Memory card'
7. Select the contact and tap 'Export'
8. Assert '1 of 1 exported' message
9. Use Device (mozdevice) class to inspect the SD card and check the VCF file is present.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bob.silverberg
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #817408 -
Flags: review?(zcampbell)
Attachment #817408 -
Flags: review?(moz.teodosia)
Attachment #817408 -
Flags: review?(florin.strugariu)
Attachment #817408 -
Flags: review?(alin.trif)
Comment 2•12 years ago
|
||
Should we verify here the content of the vcf file?
Flags: needinfo?(zcampbell)
Flags: needinfo?(bob.silverberg)
Reporter | ||
Comment 3•12 years ago
|
||
I considered that but I think it will be a bit difficult to do. Just checking the presence is enough for the time being.
This will mostly just check that there is no problem with the export functionality or the integration/writing to the SD card.
Flags: needinfo?(zcampbell)
Comment 4•12 years ago
|
||
Comment on attachment 817408 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/12867
Manifest entry missing
Also can you update with latest master so we can have a green build on Travis
Attachment #817408 -
Flags: review?(florin.strugariu) → review-
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 817408 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/12867
I have updated the PR based on the comments.
Attachment #817408 -
Flags: review- → review?(florin.strugariu)
Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(bob.silverberg)
Updated•12 years ago
|
Attachment #817408 -
Flags: review?(florin.strugariu) → review+
Comment 6•12 years ago
|
||
we should wait for Travis to give us the OK
Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 817408 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/12867
lgtm
Attachment #817408 -
Flags: review?(zcampbell)
Attachment #817408 -
Flags: review?(moz.teodosia)
Attachment #817408 -
Flags: review?(alin.trif)
Attachment #817408 -
Flags: review+
Reporter | ||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 826425 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/13320
Uplifting to v1.2
Attachment #826425 -
Flags: review?(zcampbell)
Attachment #826425 -
Flags: review?(trifandreialin)
Attachment #826425 -
Flags: review?(moz.teodosia)
Attachment #826425 -
Flags: review?(florin.strugariu)
Attachment #826425 -
Flags: review?(andrei.hutusoru)
Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•12 years ago
|
||
I added an additional commit to the PR that I created for this bug to uplift changes to v1.2, so I am also going to open a new bug for that.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Attachment #826425 -
Flags: review?(zcampbell)
Attachment #826425 -
Flags: review?(trifandreialin)
Attachment #826425 -
Flags: review?(moz.teodosia)
Attachment #826425 -
Flags: review?(florin.strugariu)
Attachment #826425 -
Flags: review?(andrei.hutusoru)
Assignee | ||
Comment 12•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #826433 -
Flags: review?(zcampbell)
Attachment #826433 -
Flags: review?(trifandreialin)
Attachment #826433 -
Flags: review?(moz.teodosia)
Attachment #826433 -
Flags: review?(florin.strugariu)
Attachment #826433 -
Flags: review?(andrei.hutusoru)
Assignee | ||
Comment 13•12 years ago
|
||
Comment on attachment 826433 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/13320
Wrong bug
Attachment #826433 -
Flags: review?(zcampbell)
Attachment #826433 -
Flags: review?(trifandreialin)
Attachment #826433 -
Flags: review?(moz.teodosia)
Attachment #826433 -
Flags: review?(florin.strugariu)
Attachment #826433 -
Flags: review?(andrei.hutusoru)
You need to log in
before you can comment on or make changes to this bug.
Description
•