Closed
Bug 1183666
Opened 9 years ago
Closed 9 years ago
Failure in test_import_contacts_from_gmail.py in contacts_app.tap_settings
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1183301
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: regression)
TEST-UNEXPECTED-ERROR | test_import_contacts_from_gmail.py TestImportContactsFromGmail.test_import_contacts_from_gmail | TimeoutException: TimeoutException: Timed out after 10.3 seconds
Traceback (most recent call last):
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_gmail.py", line 29, in test_import_contacts_from_gmail
contacts_settings = contacts_app.tap_settings()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/apps/contacts/app.py", line 75, in tap_settings
Wait(self.marionette).until(expected.element_not_displayed(settings))
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TEST-INFO took 64949ms
SUMMARY
-------
passed: 0
failed: 1
todo: 0
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
The one I'm failing more on is:
TEST-UNEXPECTED-ERROR | test_import_contacts_from_gmail.py TestImportContactsFromGmail.test_import_contacts_from_gmail | NoSuchElementException: NoSuchElementException: Unable to locate element: .popupWindow.active iframe[data-url*="google"]
Traceback (most recent call last):
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_gmail.py", line 39, in test_import_contacts_from_gmail
gmail.switch_to_gmail_login_frame()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/gmail.py", line 20, in switch_to_gmail_login_frame
gmail_sign_in = self.marionette.find_element(*self._gmail_sign_in_frame_locator)
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/marionette.py", line 1589, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/marionette.py", line 715, in _send_message
self._handle_error(response)
File "/Users/mwargers/.virtualenvs/gaia-py-latest/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/marionette.py", line 751, in _handle_error
raise errors.lookup(status)(message, stacktrace=stacktrace)
TEST-INFO took 70247ms
Reporter | ||
Comment 2•9 years ago
|
||
[Blocking Requested - why for this release]:
Oh, it looks like Contacts is completely busted. I can't tap on any of the Import buttons anymore.
Fwiw, I tried to find out if bug 1182199 was fixed.
blocking-b2g: --- → 2.5?
Component: Gaia::UI Tests → Gaia::Contacts
Reporter | ||
Updated•9 years ago
|
Assignee: martijn.martijn → nobody
Reporter | ||
Comment 3•9 years ago
|
||
This was tested on:
Build ID 20150714010206
Gaia Revision 7676b68b4d32ed13243eeb719188847121bd5611
Gaia Date 2015-07-13 23:56:32
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/0931671a14ef
Gecko Version 42.0a1
Device Name flame
Firmware(Release) 4.4.2
Firmware(Incremental) eng.cltbld.20150605.043730
Firmware Date Fri Jun 5 04:37:39 EDT 2015
Bootloader L1TC000118D0
Keywords: regression
Comment 4•9 years ago
|
||
(In reply to Martijn Wargers [:mwargers] (QA) from comment #2)
> Oh, it looks like Contacts is completely busted. I can't tap on any of the
> Import buttons anymore.
See bug 1183301
Comment 5•9 years ago
|
||
Looks like a dupe of bug 1183666. Please reopen if the problem hasn't disappear after the fix lands.
Status: NEW → RESOLVED
blocking-b2g: 2.5? → ---
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•