~boiko/dialer-app/fix_call_duration

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Martin Pitt, Martin Pitt
  • Date: 2013-10-10 19:14:09 UTC
  • mfrom: (50.5.16 dialer-app)
  • Revision ID: tarmac-20131010191409-ubzi4gwlovfha81m
Add some incoming/outgoing call tests, using ofono-phonesim.

Approved by Gustavo Pichorim Boiko, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    def get_erase_button(self):
52
52
        return self.select_single("CustomButton", objectName="eraseButton")
 
53
 
 
54
    def get_call_button(self):
 
55
        return self.select_single(objectName="callButton")