Closed
Bug 949467
Opened 11 years ago
Closed 11 years ago
Fix intermittent fail in test_homescreen_delete_app
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.3 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| b2g-v1.3 | --- | affected |
People
(Reporter: viorela, Assigned: AndreiH)
Details
Attachments
(2 files)
This test fails with the following error:
Traceback (most recent call last):
File "/home/viorelaioia/.virtualenvs/gaia_new/local/lib/python2.7/site-packages/marionette_client-0.7.0-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_delete_app.py", line 41, in test_delete_app
self.wait_for_element_displayed(*self._notification_banner_locator)
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 995, in wait_for_element_displayed
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_homescreen_delete_app.py test_homescreen_delete_app.TestDeleteApp.test_delete_app | TimeoutException: Element system-banner present but not displayed before timeout
Comment 1•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/ab0b63e94048223c96a2d0e9f4f189a75b437922
=> failed.
https://github.com/mozilla-b2g/gaia/commit/bef0c2fec1726eec61284241b24f0e93efc25840
=> passed.
seems like we do not need to modify the gaiatest.
| Assignee | ||
Comment 2•11 years ago
|
||
I see that sometimes after the app is installed the notification appears or it doesn't
Comment 3•11 years ago
|
||
Can someone remove the wait for the notification entirely and just wait for the icon to be present?
We could be being 'tricked' by some other kind of notification.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → andrei.hutusoru
| Assignee | ||
Comment 4•11 years ago
|
||
Maybe we are 'tricked' by '1 update is available' notification that appears in the top of the screen
Attachment #8350026 -
Flags: review?(zcampbell)
Attachment #8350026 -
Flags: review?(florin.strugariu)
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8350026 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/14846
See comment in the PR
Attachment #8350026 -
Flags: review+
Comment 6•11 years ago
|
||
Comment on attachment 8350026 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/14846
r+
Attachment #8350026 -
Flags: review?(zcampbell)
Attachment #8350026 -
Flags: review?(florin.strugariu)
Attachment #8350026 -
Flags: review+
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•11 years ago
|
status-b2g-v1.3:
--- → affected
| Reporter | ||
Comment 8•11 years ago
|
||
Attachment #8358465 -
Flags: review?(trifandreialin)
Attachment #8358465 -
Flags: review?(florin.strugariu)
Updated•11 years ago
|
Attachment #8358465 -
Flags: review?(florin.strugariu) → review+
Updated•11 years ago
|
Attachment #8358465 -
Flags: review?(trifandreialin)
Comment 9•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•