~ubuntu-calendar-dev/ubuntu-calendar-app/trunk

« back to all changes in this revision

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

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-09-15 17:05:39 UTC
  • mto: This revision was merged to the branch mainline in revision 448.
  • Revision ID: krnekhelesh@gmail.com-20140915170539-8xomwef0r37fl5wy
Fixed AP test

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)