~ories/sudoku-app/unity8_preview_fix

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): nskaggs
  • Date: 2014-03-13 21:23:47 UTC
  • mfrom: (169.1.3 sudoku-app)
  • Revision ID: tarmac-20140313212347-2hrtuyr1bknywb7x
Tweak test timing. Fixes: https://bugs.launchpad.net/bugs/1285279.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        return self.select_single("SingleValue", objectName="Add profile")
71
71
 
72
72
    def get_add_profile_dialog(self):
73
 
        return self.select_single("Dialog", objectName="Add new profile")
 
73
        return self.wait_select_single("Dialog", objectName="Add new profile")
74
74
 
75
75
    def get_add_profile_Lastname_field(self):
76
76
        return self.select_single("TextField", objectName="Lastname")