~renatofilho/ubuntu-calendar-app/fix-1373945A

« back to all changes in this revision

Viewing changes to tests/autopilot/calendar_app/__init__.py

  • Committer: Tarmac
  • Author(s): Nekhelesh Ramananthan
  • Date: 2014-09-15 18:02:26 UTC
  • mfrom: (446.1.5 show-dayname)
  • Revision ID: tarmac-20140915180226-ua4trucmtdcgeas9
- Adds day name to the event day field to make it more useable for the user
- Replaced textfield with label and also removed the used of highlight property which was to be deprecated soon in the SDK. Fixes: https://bugs.launchpad.net/bugs/1357303, https://bugs.launchpad.net/bugs/1369024.

Approved by Ubuntu Phone Apps Jenkins Bot, Mihir Soni.

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
        for guest in guests:
576
576
            self.pointing_device.click_object(guests_btn)
577
577
            guest_input = main_view.select_single(
578
 
                NewEventEntryField, objectName='contactPopoverInput')
 
578
                ubuntuuitoolkit.TextField, objectName='contactPopoverInput')
579
579
            contacts = main_view.select_single(ubuntuuitoolkit.QQuickListView,
580
580
                                               objectName='contactPopoverList')
581
581
            guest_input.write(guest)