Closed
Bug 1213333
Opened 9 years ago
Closed 9 years ago
test_sms_with_attachments.py : AssertionError: 2 != 7
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: MaxIvanov, Unassigned)
References
Details
Description: Test case fails with "AssertionError"
Steps:
1. Update a flame device to 20151009030234
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_with_attachments.py
Actual result:
"AssertionError"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/284/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_client-1.0.0-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_with_attachments.py", line 53, in test_sms_send
self.assertEqual(2, len(self.data_layer.picture_files))
AssertionError: 2 != 7
Comment 1•9 years ago
|
||
I've reverted the pull request from bug 1212375, let me know if this is still an issue.
Comment 4•9 years ago
|
||
Ok, marking WFM then, since I'm not sure this was caused by the check-in of bug 1212375, but it seems to suggest it was.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•