Closed
Bug 1220733
Opened 10 years ago
Closed 7 years ago
Intermittent failure in test-autoland-try.py and test-autoland-inbound.py
Categories
(MozReview Graveyard :: General, defect, P3)
MozReview Graveyard
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dminor, Unassigned)
References
Details
The failure occurs on these lines:
try_btn = self.browser.find_element_by_id('autoland-try-trigger')
self.assertEqual(try_btn.value_of_css_property('opacity'), '1')
This is immediately after the 'publish' button has been clicked. Adding delays between publishing and looking for this value seem to make the intermittent less common, but do not fix it.
Reporter | ||
Comment 1•10 years ago
|
||
This also occurs in the test-autoland-inbound.py test.
Injecting the following into the test shows that the scm-level is sometimes 'None'.
scm_level = self.browser.find_element_by_id('scm-level')
self.assertEqual(scm_level.get_attribute('data-scm-level'), '1')
AssertionError: u'None' != u'1'
- None
+ 1
Summary: Intermittent failure in test-autoland-try.py → Intermittent failure in test-autoland-try.py and test-autoland-inbound.py
Assignee | ||
Updated•9 years ago
|
Product: Developer Services → MozReview
Comment 2•7 years ago
|
||
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•