~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/greeter/__init__.py

  • Committer: Michael Zanetti
  • Date: 2016-12-01 12:21:15 UTC
  • mfrom: (2525.1.201 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161201122115-k6ycl80o95t7rddc
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
    def get_prompt(self):
96
96
        return self.select_single(
97
 
            ubuntuuitoolkit.TextField, objectName='passwordInput')
 
97
            ubuntuuitoolkit.TextField, objectName='promptField')