Closed
Bug 978099
Opened 12 years ago
Closed 12 years ago
Better wait in test_video_empty.TestVideoEmpty
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AndreiH, Assigned: viorela)
Details
Attachments
(2 files)
The test recently failed with:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.2/tests/python/gaia-ui-tests/gaiatest/tests/functional/videoplayer/test_video_empty.py", line 24, in test_empty_video
self.assertEqual(video_player.empty_video_title, 'Add videos to get started')
AssertionError: u'' != 'Add videos to get started'
Also see screenshot.
We need a better wait instead of:
https://github.com/mozilla-b2g/gaia/blob/master/tests/python/gaia-ui-tests/gaiatest/tests/functional/videoplayer/test_video_empty.py#L21
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → viorela.ioia
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8384465 -
Flags: review?(zcampbell)
Attachment #8384465 -
Flags: review?(florin.strugariu)
Attachment #8384465 -
Flags: review?(andrei.hutusoru)
Comment 2•12 years ago
|
||
Comment on attachment 8384465 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/16781
r+
Attachment #8384465 -
Flags: review?(zcampbell)
Attachment #8384465 -
Flags: review?(florin.strugariu)
Attachment #8384465 -
Flags: review?(andrei.hutusoru)
Attachment #8384465 -
Flags: review+
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•