Closed
Bug 1015196
Opened 11 years ago
Closed 11 years ago
[v2.0] Warning message is not displayed when trying to make a call and airplane mode is enabled
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RobertC, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
139.23 KB,
text/plain
|
Details |
When trying to make a call with airplane mode enabled no warning message is displayed.
STR:
1. Open settings
2. Enable airplane mdoe
3. Open dialer
4. Make call
Expected result:
A warning message should be displayed stating that airplane mode is enabled
Actual result:
Tapping on the call button does nothing, no message is displayed.
This issue is reproduced with both manual and automated tests.
Build info:
Gaia b61129780e085636d09406f2a46e922d0f8b9757
Gecko https://hg.mozilla.org/mozilla-central/rev/e9b2b72f4e6c
BuildID 20140523040203
Version 32.0a1
ro.build.version.incremental=eng.tclxa.20131223.163538
ro.build.date=Mon Dec 23 16:36:04 CST 2013
Last working build:
Gaia 7db23414f2d632f4d00b5023ac1090b6045dc5fd
Gecko https://hg.mozilla.org/mozilla-central/rev/2619a4def1b9
BuildID 20140522160203
Version 32.0a1
ro.build.version.incremental=324
ro.build.date=Thu Dec 19 14:04:55 CST 2013
Stacktrace from the local test run:
Traceback (most recent call last):
File "/home/robertchira/.virtualenvs/gaia/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/home/robertchira/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer_airplane_mode.py", line 31, in test_dialer_airplane_mode
phone.wait_for_confirmation_dialog()
File "/home/robertchira/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/phone/app.py", line 64, in wait_for_confirmation_dialog
self.wait_for_element_displayed(*self._dialog_locator)
File "/home/robertchira/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/home/robertchira/.virtualenvs/gaia/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
TEST-UNEXPECTED-FAIL | test_dialer_airplane_mode.py test_dialer_airplane_mode.TestDialerAirplaneMode.test_dialer_airplane_mode
Comment 1•11 years ago
|
||
I backed out the offending patch.
Updated•11 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•