~timo-jyrinki/address-book-app/rebuild_against_qt521

« back to all changes in this revision

Viewing changes to tests/autopilot/address_book_app/emulators/main_window.py

  • Committer: CI bot
  • Author(s): Jean-Baptiste Lallement
  • Date: 2014-02-27 02:29:20 UTC
  • mfrom: (134.2.4 abook.tc_delete)
  • Revision ID: ps-jenkins@lists.canonical.com-20140227022920-7bbjk3i13ymdlw67
tests/autopilot: Added 'delete contact' test case with pick mode enabled 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
 
# Copyright 2013 Canonical
 
2
# Copyright 2014 Canonical
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 3, as published
58
58
        Press the 'Save' button
59
59
        """
60
60
        self.pointing_device.click_object(self.get_button("accept"))
61
 
 
62