Closed
Bug 1086269
Opened 10 years ago
Closed 10 years ago
Add a test to set up a conference call
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P2)
Tracking
(b2g-v2.2 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | affected |
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(2 files)
Bug 1005862 and bug 1083402 are regressions on the same piece of code in the Dialer. We don't cover conference calls with automation. Let's fix that.
Then we would be able to check the regression on the notification in another bug.
Assignee | ||
Comment 1•10 years ago
|
||
Asking Zac for review because I added a new helper to kill active calls in gaia_test.py: https://github.com/mozilla-b2g/gaia/pull/25369/files#diff-6d544bbb7c759ffb68f344f348f7740eR380
Attachment #8508732 -
Flags: review?(zcampbell)
Attachment #8508732 -
Flags: review?(florin.strugariu)
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Johan Lorenzo [:jlorenzo] (QA) from comment #1)
> I added a new helper to kill active calls
I meant active conference calls. I'm using the same loop as they do in the callscreen: https://github.com/mozilla-b2g/gaia/blob/master/apps/callscreen/js/calls_handler.js#L579-L587
Comment 3•10 years ago
|
||
Putting jlorenzo to the test: http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc/224/console
Comment 4•10 years ago
|
||
Comment on attachment 8508732 [details] [review]
Gaia PR
r+ but I'm relying on the adhoc job to assert the functionality as I don't have a local Plivo account.
Attachment #8508732 -
Flags: review?(zcampbell) → review+
Comment 5•10 years ago
|
||
Comment on attachment 8508732 [details] [review]
Gaia PR
r+, nice test!
Attachment #8508732 -
Flags: review+
Comment 6•10 years ago
|
||
btw Johan, is this a smoketest? in that case you need to add it to the manifest files.
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8508732 [details] [review]
Gaia PR
No, it's not. This test doesn't appear in this suite: https://moztrap.mozilla.org/manage/cases/?&pagenumber=1&pagesize=100&sortfield=created_on&sortdirection=desc&filter-productversion=217&filter-suite=678
I added the test in the manifest file. My PR is ready to merge then.
Attachment #8508732 -
Flags: review?(florin.strugariu)
Comment 9•10 years ago
|
||
Merged in: https://github.com/mozilla-b2g/gaia/commit/8ae6598f3ab7b0c34ac42a73083ddb74266affba
I'll leave this bug opened as the patch needs uplift to v2.1. Johan, can you uplift this? Thanks!
Flags: needinfo?(viorela.ioia)
Updated•10 years ago
|
Flags: needinfo?(jlorenzo)
Assignee | ||
Comment 10•10 years ago
|
||
Tested on 2.1 and passing.
Flags: needinfo?(jlorenzo)
Attachment #8514437 -
Flags: review?(viorela.ioia)
Comment 11•10 years ago
|
||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Attachment #8514437 -
Flags: review?(viorela.ioia) → review+
QA Whiteboard: [fxosqa-auto-s2]
You need to log in
before you can comment on or make changes to this bug.
Description
•