Closed
Bug 1058468
Opened 11 years ago
Closed 11 years ago
[Flame][v2.1] test_homescreen_delete_app.py fail. It shows "NoSuchElementException(message=message, status=status, stacktrace=stacktrace)"
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1058427
People
(Reporter: cynthiatang, Unassigned)
Details
Attachments
(1 file)
30.51 KB,
image/png
|
Details |
aia 1934a2297ffc0d90424cd9cd3294c4a8c74a7333
Gecko https://hg.mozilla.org/mozilla-central/rev/18901d4f3edd
BuildID 20140825160203
Version 34.0a1
ro.build.version.incremental=110
ro.build.date=Fri Jun 27 15:57:58 CST 2014
B1TC00011230
When Gaia UI test executes "test_homescreen_delete_app.py", the phone cannot delete the app "Mozilla QA WebRT" successfully. (See the screenshot)
[ERROR MESSAGE]
starting httpd
running webserver on http://10.247.29.103:39761/
TEST-START test_homescreen_delete_app.py
test_delete_app (test_homescreen_delete_app.TestDeleteApp) ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/marionette_test.py", line 170, in run
testMethod()
File "/home/cynthiatang/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_delete_app.py", line 50, in test_delete_app
self.homescreen.installed_app(self.APP_NAME).tap_delete_app().tap_confirm()
File "/home/cynthiatang/gaia/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/confirm_dialog.py", line 17, in tap_confirm
self.wait_for_element_displayed(*self._confirm_button_locator)
File "/home/cynthiatang/gaia/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 "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/home/cynthiatang/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/marionette.py", line 1213, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/marionette.py", line 633, in _send_message
self._handle_error(response)
File "/home/cynthiatang/virenv/test/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g32_v2_0-0.1-py2.7.egg/marionette/marionette.py", line 664, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_homescreen_delete_app.py test_homescreen_delete_app.TestDeleteApp.test_delete_app | TimeoutException: Traceback (most recent call last):
----------------------------------------------------------------------
Ran 1 test in 63.533s
FAILED (errors=1)
SUMMARY
-------
passed: 0
failed: 1
todo: 0
FAILED TESTS
![]() |
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•