Closed
Bug 1182310
Opened 10 years ago
Closed 10 years ago
Intermittent failure in test_rocketbar_add_collection_save_bookmark.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
Details
Attachments
(1 file)
I saw this failure in bitbar:
http://jenkins1.qa.scl3.mozilla.com/view/Bitbar/job/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/2155/testReport/junit/%28root%29/test_rocketbar_add_collection_save_bookmark_py%20TestRocketBarAddCollectionSaveBookmark_test_rocketbar_add_collection/test_rocketbar_add_collection_save_bookmark_py_TestRocketBarAddCollectionSaveBookmark_test_rocketbar_add_collection/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/tests/functional/rocketbar/test_rocketbar_add_collection_save_bookmark.py", line 20, in test_rocketbar_add_collection
collection_activity = contextmenu.tap_add_collection()
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/context_menu.py", line 29, in tap_add_collection
return CollectionsActivity(self.marionette)
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/collections_activity.py", line 22, in __init__
Wait(self.marionette).until(expected.element_displayed(loading))
File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.smoke.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.1 seconds
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8631843 [details] [review]
[gaia] mwargers:1182310 > mozilla-b2g:master
The loading indicator can be only visible very briefly and Marionette might miss it then.
We should just wait until there is an option finally present.
Attachment #8631843 -
Flags: review?(npark)
Attachment #8631843 -
Flags: review?(jlorenzo)
Comment 3•10 years ago
|
||
Comment on attachment 8631843 [details] [review]
[gaia] mwargers:1182310 > mozilla-b2g:master
suppose this is right, we don't really care about the presence of loading locator. LGTM.
Attachment #8631843 -
Flags: review?(npark) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8631843 [details] [review]
[gaia] mwargers:1182310 > mozilla-b2g:master
Good clean up.
Attachment #8631843 -
Flags: review?(jlorenzo) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•