Closed
Bug 1167518
Opened 10 years ago
Closed 7 years ago
[v2.2][Gaia::UI Tests]test_settings_wifi.py: "ElementNotVisibleException: ElementNotVisibleException: Element is not visible"
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v2.2 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | affected |
People
(Reporter: liuke, Unassigned)
References
()
Details
[Description]
test_settings_wifi.py fails
[Steps to Reproduce]
Run the test_settings_wifi.py
[Reproduction Frequency]
Occasionally, 2/5
[Reproducible manually]
NO
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_wifi.py", line 24, in test_connect_to_wifi_via_settings_app
wifi_settings.connect_to_network(self.testvars['wifi'])
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/wifi.py", line 44, in connect_to_network
password_input.send_keys(password)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/marionette.py", line 113, in send_keys
return self.marionette._send_message('sendKeysToElement', 'ok', id=self.id, value=typing)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.flame.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g37_v2_2-0.1-py2.7.egg/marionette/marionette.py", line 679, in _handle_error
raise errors.ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
ElementNotVisibleException: ElementNotVisibleException: Element is not visible
[Build info]
Device firmware (base) L1TC100118D0
Device firmware (date) 21 May 2015 16:09:27
Device firmware (incremental) eng.cltbld.20150521.040918
Device firmware (release) 4.4.2
Device identifier flame
Gaia date 21 May 2015 06:32:56
Gaia revision bc42fbc12d62
Gecko build 20150521002508
Gecko revision 6e4eaf59efda
Gecko version 37.0
[Attachments]
http://mozilla-twqa.github.io/Gaiatest-Reports/2015/05/20150521002508-v2.2-flame/index.html
Reporter | ||
Updated•10 years ago
|
status-b2g-v2.2:
--- → affected
Updated•10 years ago
|
Comment 1•10 years ago
|
||
This basically sounds like bug 1121974, I guess you want that pull request backported.
Depends on: 1121974
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•