Closed
Bug 1003411
Opened 11 years ago
Closed 11 years ago
[functionaltest] Investigate and/or fix test_gallery_view.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: njpark, Assigned: viorela)
References
Details
Attachments
(2 files)
On master, test_gallery_view.py is failing regularly, unable to pick the first element in the thumbnail list.
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/marionette_client-0.7.6-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/Users/mozilla/GitRepo/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_view.py", line 26, in test_gallery_view
image = gallery.tap_first_gallery_item()
File "/Users/mozilla/GitRepo/gaia/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 43, in tap_first_gallery_item
first_gallery_item = self.marionette.find_elements(*self._gallery_items_locator)[0]
TEST-UNEXPECTED-FAIL | test_gallery_view.py test_gallery_view.TestGallery.test_gallery_view | IndexError: list index out of range
----------------------------------------------------------------------
Ran 1 test in 51.202s
Version Info:
Gaia 1892ba3a857f7e9cd1d2a0cf1c87481f3dcaca2c
Gecko https://hg.mozilla.org/mozilla-central/rev/34a7215c5d85
BuildID 20140429093609
Version 32.0a1
ro.build.version.incremental=eng.tclxa.20131223.163538
ro.build.date=Mon Dec 23 16:36:04 CST 2013
Suspected Checkin:
https://github.com/mozilla-b2g/gaia/commit/d411ac86c1231ed61242bfa5750d53f1d83b5350
| Assignee | ||
Comment 1•11 years ago
|
||
I updated the locator, due to changes made in https://github.com/mozilla-b2g/gaia/commit/d411ac86c1231ed61242bfa5750d53f1d83b5350
Attachment #8415040 -
Flags: review?(zcampbell)
Attachment #8415040 -
Flags: review?(npark)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → viorela.ioia
| Assignee | ||
Updated•11 years ago
|
Attachment #8415040 -
Flags: review?(florin.strugariu)
Updated•11 years ago
|
Attachment #8415040 -
Flags: review?(florin.strugariu) → review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8415040 -
Flags: review?(zcampbell)
Attachment #8415040 -
Flags: review?(npark)
You need to log in
before you can comment on or make changes to this bug.
Description
•