~canonical-platform-qa/ubuntu-system-tests/trunk

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/ubuntuuitoolkit/pageheader.py

  • Committer: Tarmac
  • Author(s): Sergio Cazzolato
  • Date: 2016-02-10 14:20:31 UTC
  • mfrom: (277.4.26 base_test_refactor)
  • Revision ID: tarmac-20160210142031-j2py2zg1d6yi4tdg
Refactoring base test class and autopilot helpers. The idea is to reduce the tests/base and autopilot.py files length.

First step is implemented. For that different methods were move mainly to autopilot helper and this helper was split in different files.

The second part which is pushed and within it all the methods to launch and close apps are moved to the helpers.

Approved by PS Jenkins bot, Richard Huddie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
from ubuntuuitoolkit import UbuntuUIToolkitCustomProxyObjectBase
21
 
 
22
 
from ubuntu_system_tests.helpers.autopilot import order_by_y_coord
 
21
from ubuntu_system_tests.helpers.autopilot.list import order_by_y_coord
23
22
 
24
23
 
25
24
class DashPageHeader(UbuntuUIToolkitCustomProxyObjectBase):