Closed
Bug 1061232
Opened 10 years ago
Closed 10 years ago
Search popup suggestion won't appear when typing the phone number of an existing contact in Phone app
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1061122
People
(Reporter: viorela, Unassigned)
Details
Test test_dialer_find_contact.py is failing because the phone number & name of an existing contact don't appear in phone app, after we type part of the phone number.
Stacktrace:
Traceback (most recent call last):
File "/home/viorelaioia/.virtualenvs/gaia_moz/local/lib/python2.7/site-packages/marionette_client-0.8.3-py2.7.egg/marionette/marionette_test.py", line 171, in run
testMethod()
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer_find_contact.py", line 32, in test_dialer_find_contact
self.phone.keypad.wait_for_search_popup_visible()
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/keypad.py", line 79, in wait_for_search_popup_visible
self.wait_for_element_displayed(*self._search_popup_locator)
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/home/viorelaioia/.virtualenvs/gaia_moz/local/lib/python2.7/site-packages/marionette_client-0.8.3-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
#STR:
Have a contact saved in your phone (name + phone number)
1. Launch Phone app
2. Type the first 5 numbers of your saved contact's phone number
#Expected results:
Search popup suggestion appears, with the name and phone number of the existing contact
#Actual results:
No search popup suggestion appears on the screen
The issue is reproducible manually and by running the automated test. It is not reproducible on v2.0
Jenkins report: http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame.mozilla-central.ui.functional.non-smoke/122/HTML_Report/
#Last working master build:
Device firmware (date) 28 Aug 2014 08:29:26
Device firmware (incremental) eng.cltbld.20140828.112916
Device firmware (release) 4.3
Device identifier flame
Gaia date 29 Aug 2014 10:57:24
Gaia revision c05ee27dd1f3
Gecko build 20140830160200
Gecko revision 82e1c0a8c589
Gecko version 34.0a1
#First failing master build:
Device firmware (date) 28 Aug 2014 08:29:26
Device firmware (incremental) eng.cltbld.20140828.112916
Device firmware (release) 4.3
Device identifier flame
Gaia date 30 Aug 2014 18:10:16
Gaia revision 2be78d83a760
Gecko build 20140831040205
Gecko revision 1db35d2c9a2f
Gecko version
Comment 1•10 years ago
|
||
I've verified that this is a duplicate of bug 1061122 (the bug title is one of the symptoms). We have some Javascript breaking so the rest of the code is not executed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•