Closed Bug 948690 Opened 11 years ago Closed 10 years ago

failure in test_calendar_new_event_appears_on_all_calendar_views.py

Categories

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

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: dietrich, Unassigned)

Details

log: https://travis-ci.org/mozilla-b2g/gaia/jobs/15197431

the failure showed up in this change, which is unrelated:

https://github.com/mozilla-b2g/gaia/pull/14518/files

changes default pref value for automatic screen brightness to false. shouldn't affect Calendar in any way.
I cannot get this test to fail on the latest master
The test did not fail because of that change
Dietrich next time can you post the trace into the bug? As if you re-rnu the Travis job we lose it :(

It definitely does sound like an unrelated intermittent though.
Oops sorry , there is the trace:

I saw this a lot the other week and I think it was due to a notification popping out and shrouding the tap add event button. This intermittent has definitely gone away anyway.




test_that_new_event_appears_on_all_calendar_views (test_calendar_new_event_appears_on_all_calendar_views.TestCalendar) ... 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/calendar/test_calendar_new_event_appears_on_all_calendar_views.py", line 28, in test_that_new_event_appears_on_all_calendar_views

new_event = calendar.tap_add_event_button()

File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/calendar/app.py", line 43, in tap_add_event_button

new_event.wait_for_panel_to_load()

File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/calendar/regions/event.py", line 17, in wait_for_panel_to_load

self.wait_for_element_displayed(*self._event_title_input_locator)

File "/home/travis/build/mozilla-b2g/gaia/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)

TEST-UNEXPECTED-FAIL | test_calendar_new_event_appears_on_all_calendar_views.py test_calendar_new_event_appears_on_all_calendar_views.TestCalendar.test_that_new_event_appears_on_all_calendar_views | TimeoutException: Element //input[@data-l10n-id='event-title'] not present before timeout
Status: NEW → UNCONFIRMED
Ever confirmed: false
We totally fixed this one LAST YEAR!!
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.