Closed Bug 947620 Opened 11 years ago Closed 11 years ago

Intermittent in tap_new_contact

Categories

(Firefox OS Graveyard :: Gaia::UI Tests, defect, P1)

Other
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: zcampbell, Unassigned)

Details

TEST-START test_add_new_contact.py test_add_new_contact (test_add_new_contact.TestContacts) ... ERROR ====================================================================== ERROR: None ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette_test.py", line 143, in run testMethod() File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_add_new_contact.py", line 20, in test_add_new_contact new_contact_form = contacts_app.tap_new_contact() File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/contacts/app.py", line 72, in tap_new_contact return NewContact(self.marionette) File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_form.py", line 169, in __init__ done = self.marionette.find_element(*self._done_button_locator) File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 1100, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 577, in _send_message self._handle_error(response) File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 598, in _handle_error raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace) TEST-UNEXPECTED-FAIL | test_add_new_contact.py test_add_new_contact.TestContacts.test_add_new_contact | NoSuchElementException: Unable to locate element: save-button
Askeing Or Bebe can you look at this if you get in early on Monday?
Flags: needinfo?(fyen)
I have run this on inari and b2g desktop multiple times I can't reproduce this fail.
Can't reproduce on hamachi (BuildID 20131209053402).
Flags: needinfo?(fyen)
The fact that it says "NoSuchElementException" rather than element not visible suggests that the app crashed completely or was destroyed in some way that the Element was no longer there.
I thought I should give this another shot Got some great results on latest master both device and desktop
https://pastebin.mozilla.org/3789520 passed: 51 failed: 0 todo: 0 I can't reproduce the fail on b2g desktop and device
also looked over the Travis History and all looks ok
closing this with works for me Please reopen the bug the fails will reproduce on Travis
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.