~carla-sella/reminders-app/new-reminders-app-tests

« back to all changes in this revision

Viewing changes to tests/autopilot/reminders_app/emulators.py

  • Committer: Carla Sella
  • Date: 2014-03-17 20:14:02 UTC
  • Revision ID: carla.sella@gmail.com-20140317201402-wlvwa1i8lyv93oxh
Pushing changes for Ballons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
            tries = tries - 1
39
39
        return items
40
40
 
 
41
    #@autopilot_logging.log_action(logger.info)
 
42
    #def get_evernote_account(self):
 
43
         #"""Get Evernote account """
 
44
        #return self.wait_select_single(
 
45
        #"Standard", objectName="EvernoteAccount")
 
46
 
 
47
    #@autopilot_logging.log_action(logger.info)
 
48
    #def get_accountselectorpage(self):
 
49
        #"""Get Account selector page  """
 
50
        #return self.wait_select_single(
 
51
            #"Page", objectName="Accountselectorpage")
 
52
 
41
53
    @autopilot_logging.log_action(logger.info)
42
54
    def get_notespageListview(self):
43
55
        """Get notes page list view """