Closed
Bug 1237397
Opened 10 years ago
Closed 10 years ago
test_play_webm_video.py - AssertionError: 'content' != u'none'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: JMercado, Assigned: martijn.martijn)
References
Details
Description: Test case fails with "AssertionError: 'content' != u'none'"
Steps:
1. Update a flame device to 20160106060008
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/videoplayer/test_play_webm_video.py
Actual result:
AssertionError: 'content' != u'none'
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/395/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-512.mozilla-central.tinderbox.ui.functional.non-smoke.2.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/marionette_test.py", line 344, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk-512.mozilla-central.tinderbox.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/videoplayer/test_play_webm_video.py", line 50, in test_play_webm_video
self.assertEqual('content', self.data_layer.current_audio_channel)
AssertionError: 'content' != u'none'
Assignee | ||
Comment 1•10 years ago
|
||
This should have been fixed by bug 1163683.
Assignee: nobody → martijn.martijn
Status: NEW → RESOLVED
Closed: 10 years ago
Depends on: 1163683
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•