calendar_app.tests.test_calendar.TestMainView.test_new_event failed on mako#89
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calendar App |
Fix Released
|
High
|
Leo Arias |
Bug Description
The error is because we no longer kill the OSK, so it's hiding the location field. We need to swipe the field into view before writing in it.
Traceback (most recent call last):
File "/home/
self.
File "/home/
self.
File "/usr/lib/
failure_msg))
AssertionError: After 10.0 seconds test on NewEventEntryFi
Related branches
- Nicholas Skaggs (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 872 lines (+524/-183)9 files modifiedDeleteConfirmationDialog.qml (+2/-0)
EventBubble.qml (+7/-5)
EventDetails.qml (+6/-0)
NewEvent.qml (+1/-0)
tests/autopilot/calendar_app/data.py (+57/-0)
tests/autopilot/calendar_app/emulators.py (+322/-122)
tests/autopilot/calendar_app/tests/test_custom_proxy_objects.py (+30/-0)
tests/autopilot/calendar_app/tests/test_data.py (+30/-0)
tests/autopilot/calendar_app/tests/test_new_event.py (+69/-56)
Changed in ubuntu-calendar-app: | |
assignee: | nobody → Leo Arias (elopio) |
status: | Confirmed → In Progress |
Changed in ubuntu-calendar-app: | |
status: | Fix Committed → Fix Released |
Strange this didn't happen when me and popey tested it. But we need to get to the bottom of it.