Closed
Bug 968744
Opened 11 years ago
Closed 10 years ago
Update test_receive_active_sync_email to check for incoming notification
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Assigned: viorela)
References
Details
Attachments
(1 file, 1 obsolete file)
For parity with QA smoketests, update this test to wait for the system notification of incoming email:
After setting up the email account, go back to the homescreen app and then use `EmailUtil().send` to send the email.
Wait for the email app's notification then tap it to open the Email app.
Verify that the sent email is now received.
Remove the `tap_subject`and following steps as they are now redundant.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → viorela.ioia
Assignee | ||
Comment 1•11 years ago
|
||
Zac, can you take a look over the pull I opened? It is not ready for review yet, I need an overall opinion or/and suggestions, to make sure I'm on the good way :) I'll update it afterwards. Thanks!
Attachment #8406858 -
Flags: feedback?(zcampbell)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8406858 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18328
couple of nits but otherwise it looks good.
Attachment #8406858 -
Flags: feedback?(zcampbell) → feedback-
Assignee | ||
Updated•10 years ago
|
Attachment #8406858 -
Flags: feedback- → review?(zcampbell)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8406858 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18328
r+, works very nicely!
Attachment #8406858 -
Flags: review?(zcampbell) → review+
Reporter | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•10 years ago
|
||
Reverted this becuase I was unhappy with a part of the commit:
https://github.com/mozilla-b2g/gaia/commit/109489265cad187582326015c9c6de6d4411f72d
Part of my fault for merging it.
Let's split the bit with tap_account_prefs_next(value) into two separate steps rather than have conditions in them.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8406858 -
Attachment is obsolete: true
Attachment #8413629 -
Flags: review?(zcampbell)
Reporter | ||
Comment 7•10 years ago
|
||
Comment on attachment 8413629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18735
r-, move one wait and also the test is failing (possibly failing without this pull request)
Attachment #8413629 -
Flags: review?(zcampbell) → review-
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8413629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18735
The test fails because of a voicemail notification appears, next to the email notification. It is not related to the changes in my pull request.
Attachment #8413629 -
Flags: review- → review?(zcampbell)
Reporter | ||
Comment 9•10 years ago
|
||
Comment on attachment 8413629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18735
r-, `check_for_emails_interval` usage doesn't make sense
Attachment #8413629 -
Flags: review?(zcampbell) → review-
Assignee | ||
Updated•10 years ago
|
Attachment #8413629 -
Flags: review- → review?(zcampbell)
Reporter | ||
Comment 10•10 years ago
|
||
Comment on attachment 8413629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18735
r-, check_for_emails_interval is still not right
Attachment #8413629 -
Flags: review?(zcampbell) → review-
Assignee | ||
Updated•10 years ago
|
Attachment #8413629 -
Flags: review- → review?(zcampbell)
Reporter | ||
Comment 11•10 years ago
|
||
Comment on attachment 8413629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18735
r+
Attachment #8413629 -
Flags: review?(zcampbell) → review+
Reporter | ||
Comment 12•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•