Closed
Bug 1007652
Opened 11 years ago
Closed 11 years ago
test_cost_control_ftu.TestCostControlFTU is failing
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AndreiH, Assigned: AndreiH)
References
Details
Attachments
(1 file)
|
20.44 KB,
image/png
|
Details |
This needs investigation, fails locally too:
Traceback (most recent call last):
06:19:03 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
06:19:03 testMethod()
06:19:03 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/cost_control/test_cost_control_ftu.py", line 26, in test_cost_control_ftu
06:19:03 ftu_step3.enable_data_alert_toggle()
06:19:03 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/cost_control/regions/ftu_step3.py", line 37, in enable_data_alert_toggle
06:19:03 self.wait_for_element_displayed(*self._data_alert_selector_locator)
06:19:03 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
06:19:03 lambda m: m.find_element(by, locator).is_displayed())
06:19:03 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
06:19:03 cause=last_exc)
06:19:03 TimeoutException: TimeoutException: Timed out after 30.1 seconds
06:19:03 TEST-UNEXPECTED-FAIL | test_cost_control_ftu.py test_cost_control_ftu.TestCostControlFTU.test_cost_control_ftu |
06:19:03 ----------------------------------------------------------------------
06:19:03 Ran 1 test in 90.667s
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → andrei.hutusoru
| Assignee | ||
Comment 1•11 years ago
|
||
I will start the investigation
| Assignee | ||
Comment 2•11 years ago
|
||
I think this was affected by https://github.com/mozilla-b2g/gaia/commit/af6529f2143dfc33dd480dea50450e08b66492cf
| Assignee | ||
Comment 3•11 years ago
|
||
I filed bug 1007667
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Updated•11 years ago
|
Priority: -- → P1
Comment 4•11 years ago
|
||
Looks like the pull down menu is disappeared.
| Assignee | ||
Comment 5•11 years ago
|
||
The fix landed in master, should be visible in the next build:
https://github.com/mozilla-b2g/gaia/commit/7a28f848847f71bb8a83dfa0d8ed6e0b72cf670f
Comment 6•11 years ago
|
||
This issue is not reproducible in today's build:
Gaia c1a8cbaac1d921cfb50e3a2600720b75cf5afabd
Gecko https://hg.mozilla.org/mozilla-central/rev/6f5597d4d3e3
BuildID 20140512040203
Version 32.0a1
ro.build.version.incremental=eng.tclxa.20131223.163538
ro.build.date=Mon Dec 23 16:36:04 CST 2013
It was probably fixed in the commit above.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•