Closed
Bug 951127
Opened 12 years ago
Closed 12 years ago
Fix import/export contacts tests
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: AndreiH, Assigned: AndreiH)
Details
Attachments
(1 file)
These tests are failing on CI and locally with:
test_import_contacts_from_SIM
test_export_contacts_to_sdcard
test_import_contacts_from_sdcard
test_import_contacts_from_gmail
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.1-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_sim.py", line 24, in test_import_contacts_from_SIM
contacts_settings.tap_import_contacts()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py", line 38, in tap_import_contacts
self.wait_for_element_displayed(*self._import_contacts_locator)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 69, in wait_for_element_displayed
raise TimeoutException('Element %s not present before timeout' % locator)
TimeoutException: Element button[data-l10n-id="importContactsButton"] not present before timeout
![]() |
Assignee | |
Updated•12 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → andrei.hutusoru
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #8348704 -
Flags: review?(zcampbell)
Attachment #8348704 -
Flags: review?(viorela.ioia)
Attachment #8348704 -
Flags: review?(florin.strugariu)
Comment 2•12 years ago
|
||
Oops, did I break that in bug 950466?
Comment 3•12 years ago
|
||
Comment on attachment 8348704 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/14754
ran the tests an they work OK
Travis fails are not related
Attachment #8348704 -
Flags: review?(florin.strugariu) → review+
Updated•12 years ago
|
Attachment #8348704 -
Flags: review?(viorela.ioia) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
hmm it was failing in build:
Gecko http://hg.mozilla.org/mozilla-central/rev/f67feb33a974
Gaia 4f20d03b82a723d82c0450f6fe3f17a3717f0ab6
BuildID 20131216040201
Version 29.0a1
But now in the latest build it's passing so no need for this fix
Gecko http://hg.mozilla.org/mozilla-central/rev/b1e5ade62913
Gaia 545aacf3feff6430140cc9ade757002df4895b77
BuildID 20131217040201
Version 29.0a1
![]() |
Assignee | |
Comment 5•12 years ago
|
||
Marking this as Resolved Invalid
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
![]() |
||
Updated•12 years ago
|
Attachment #8348704 -
Flags: review?(zcampbell)
You need to log in
before you can comment on or make changes to this bug.
Description
•