Closed
Bug 1206384
Opened 9 years ago
Closed 9 years ago
Failure in test_settings_usb_storage.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
This test is failing now because the UI has changed in bug 1194045.
TEST-START | test_settings_usb_storage.py TestUsbStorage.test_toggle_usb_storage
TEST-UNEXPECTED-ERROR | test_settings_usb_storage.py TestUsbStorage.test_toggle_usb_storage | TimeoutException: TimeoutException: Timed out after 10.2 seconds
Traceback (most recent call last):
File "/Users/mwargers/.virtualenvs/test3/lib/python2.7/site-packages/marionette_client-0.17-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_usb_storage.py", line 18, in test_toggle_usb_storage
self.assertFalse(settings.is_usb_storage_enabled)
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 115, in is_usb_storage_enabled
return self._usb_checkbox.is_checked
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 143, in _usb_checkbox
self._usb_storage_menu_item_locator)
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py", line 122, in __init__
InvisibleHtmlBinaryControl.__init__(self, marionette, control_locator, element_to_tap_locator)
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/form_controls/binarycontrol.py", line 54, in __init__
HtmlBinaryControl.__init__(self, marionette, control_locator)
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/form_controls/form_control.py", line 11, in __init__
element = Wait(marionette).until(expected.element_present(*locator))
File "/Users/mwargers/.virtualenvs/test3/lib/python2.7/site-packages/marionette_driver-0.13-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TEST-INFO took 77964ms
SUMMARY
-------
passed: 0
failed: 1
todo: 0
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8663336 -
Flags: review?(npark)
Attachment #8663336 -
Flags: review?(jdorlus)
Comment 2•9 years ago
|
||
Comment on attachment 8663336 [details] [review]
[gaia] mwargers:1206384 > mozilla-b2g:master
huh, didn't see this change coming at all. Thanks for updating the RTL test case! looks good to me.
Attachment #8663336 -
Flags: review?(npark) → review+
Updated•9 years ago
|
Attachment #8663336 -
Flags: review?(jdorlus) → review+
Assignee | ||
Comment 3•9 years ago
|
||
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
•