Closed
Bug 1105998
Opened 11 years ago
Closed 10 years ago
test_toggle_bluetooth_settings failing to open the BT menu because of Bug 1090843
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Bebe, Assigned: arthurcc)
References
Details
The BlueTooth menu is not ready for interactions when after the app ready event (data-ready="true")
We are waiting in our tests for the "body[data-ready="true"]" element which should be present when the app is ready for interactions.
After this element is present we still can't tap on the Bluetooth button.
After a small amount of time the Bluetooth element becomes available and we can open the Bluetooth menu
The changes where introduced in Bug 1090843.
Traceback (most recent call last):
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/marionette_test.py", line 264, in run
testMethod()
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_bluetooth.py", line 30, in test_toggle_bluetooth_settings
bluetooth_settings = settings.open_bluetooth_settings()
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 134, in open_bluetooth_settings
self._tap_menu_item(self._bluetooth_menu_item_locator)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 233, in _tap_menu_item
self._wait_for_parent_section_not_displayed(menu_item)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 228, in _wait_for_parent_section_not_displayed
lambda m: parent_section.location['x'] + parent_section.size['width'] == 0)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 56, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.sanity/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Device firmware (date) 27 Nov 2014 22:58:22
Device firmware (incremental) eng.cltbld.20141128.015811
Device firmware (release) 4.4.2
Device identifier flame
Gaia date 27 Nov 2014 22:16:05
Gaia revision 07e24e6f1927
Gecko build 20141127223240
Gecko revision 71da97c6ca1d
Gecko version 36.0a1
This is reproducing 5/5 with the automated tests.
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.b2g-inbound.ui.functional.sanity/4264/
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
| Assignee | ||
Comment 1•10 years ago
|
||
Close the bug as we've already reverted the offending bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•