Code review comment for lp:~mihirsoni/ubuntu-calendar-app/addingWaitTime

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

<balloons> mihir_, I would add root.wait_select_single(DayView, objectName='dayViewPage') in as well in the delete method
<balloons> hmm
<balloons> mihir_, also, return root.select_single(NewEvent, objectName='newEventPage') to a wait
<balloons> that's in edit ^^

In addition, I would add a wait to

        return self.get_root_instance().select_single(
            EventDetails, objectName='eventDetails')

review: Needs Fixing

« Back to merge proposal