Closed
Bug 1088595
Opened 10 years ago
Closed 8 years ago
[Messages][Tests] Create an integration test for bug 1079824
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned, Mentored)
References
Details
(Whiteboard: [lang=js])
+++ This bug was initially created as a clone of Bug #1079824 +++
STR:
1. Open Contacts app and choose any contact with phone number;
3. Tap on "Send message" button;
4. Once Messages app is opened, tap on "X" to close app;
5. Choose save draft;
6. Open Messages from Homescreen and observe newly added drafts.
Expected result: only one new draft should appear in the list;
Actual result: there are two new identical drafts in the list.
Reporter | ||
Updated•10 years ago
|
No longer depends on: 1079824
Keywords: regression
Reporter | ||
Updated•10 years ago
|
Mentor: azasypkin
Whiteboard: [lang=js]
Reporter | ||
Updated•10 years ago
|
No longer blocks: IndexedDB-on-PBackground
Depends on: 1079824
Comment 1•10 years ago
|
||
As the example of SMS integration tests, I'd look at the patches from bug 1068618 and bug 1053964. Also if you're new to Firefox OS development, I'd suggest to go through [1] and [2] to get grasp of Gaia development and automated testing.
If you have questions you can always get help here or on IRC (#gaia channel [3]).
Thanks!
[1] https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia
[2] https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/Gaia_integration_tests
[3] https://wiki.mozilla.org/IRC
Comment 2•10 years ago
|
||
hey, like i am trying to go to message app (composer) from contact app, how do i do that (i.e select a contact and press the sms button)??
Comment 3•10 years ago
|
||
(In reply to Gaurav Mittal (gauravmittal1995) from comment #2)
> hey, like i am trying to go to message app (composer) from contact app, how
> do i do that (i.e select a contact and press the sms button)??
I'd say for Message integration test you don't need to involve another _real_ app other than Messages, so you just need to run fake activity caller app and try to share something with Messages app from it as done in [1].
[1] https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/test/marionette/share_activity_test.js
Updated•10 years ago
|
Blocks: sms-integration-tests
Summary: [Messages] Create an integration test for bug 1079824 → [Messages][Tests] Create an integration test for bug 1079824
Reporter | ||
Comment 4•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 5•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
You need to log in
before you can comment on or make changes to this bug.
Description
•