Closed
Bug 1219703
Opened 9 years ago
Closed 9 years ago
Implement *test_system_message_pending.py* as an integration test in JavaScript
Categories
(Firefox OS Graveyard :: Gaia::System::Status bar, Utility tray, Notification, defect)
Firefox OS Graveyard
Gaia::System::Status bar, Utility tray, Notification
ARM
Gonk (Firefox OS)
Tracking
(feature-b2g:2.6+)
RESOLVED
FIXED
feature-b2g | 2.6+ |
People
(Reporter: whsu, Unassigned)
References
Details
(Whiteboard: [gip-to-gij])
Reporter | ||
Updated•9 years ago
|
Component: Gaia::UI Tests → Gaia::System::Status bar, Utility tray, Notification
Updated•9 years ago
|
feature-b2g: --- → 2.6+
Comment 1•9 years ago
|
||
We have end to end system message testing with our notification tests. The pending functionality is the same as app launching functionality. When a system message wakes an app, it will always have pending system messages that are only sent when the app adds the event handler. So this test and test_system_message.py
test the same gecko code path.
1.) https://github.com/mozilla-b2g/gaia/blob/b9098cc03968e3cc71cd0f379713b522398311bc/apps/system/test/marionette/notification_events_test.js
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•