Closed
Bug 1056482
Opened 11 years ago
Closed 11 years ago
[Flame][v2.1] test_ftu_skip_tour.py hangs on Geolocation page
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1055983
People
(Reporter: whsu, Unassigned)
Details
When Gaia UI test executes "test_ftu_skip_tour.py", time out happened.
Do we need to wait for some elements?
Attach the demo video, FYI.
~ http://youtu.be/84jT03915Zc
@ Build information:
- Gaia 3584b2723412ed3299c6761f465885d80651c87e
- Gecko https://hg.mozilla.org/mozilla-central/rev/e7806c9c83f3
- BuildID 20140820160201
- Version 34.0a1
@ ERROR MESSAGE:
starting httpd
running webserver on http://10.247.27.5:34339/
SUITE-START | Running 1 tests
TEST-START | test_ftu_skip_tour.py TestFtu.test_ftu_skip_tour
TEST-UNEXPECTED-ERROR | test_ftu_skip_tour.py TestFtu.test_ftu_skip_tour | TimeoutException: TimeoutException: Timed out after 10.1 seconds
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.8.2-py2.7.egg/marionette/marionette_test.py", line 171, in run
testMethod()
File "/home/william/Workspace_B2G/Gaia_Repo/Gaia_Master/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 63, in test_ftu_skip_tour
self.ftu.tap_next_to_timezone_section()
File "/home/william/Workspace_B2G/Gaia_Repo/Gaia_Master/tests/python/gaia-ui-tests/gaiatest/apps/ftu/app.py", line 169, in tap_next_to_timezone_section
self.wait_for_element_displayed(*self._section_date_time_locator)
File "/home/william/Workspace_B2G/Gaia_Repo/Gaia_Master/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 "/usr/local/lib/python2.7/dist-packages/marionette_client-0.8.2-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TEST-INFO expected PASS | took 62636ms
SUMMARY
-------
passed: 0
failed: 1
todo: 0
FAILED TESTS
-------
| Reporter | ||
Comment 1•11 years ago
|
||
My bad. I found it caused by test flow.
It cannot meet timezone page and cause this failure.
Mark it as "WORKSFORME".
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•11 years ago
|
Resolution: WORKSFORME → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•