~veebers/+junk/switch-to-and-fro_tests

« back to all changes in this revision

Viewing changes to tests/test_swipe.py

  • Committer: Christopher Lee
  • Date: 2013-07-01 00:42:34 UTC
  • Revision ID: chris.lee@canonical.com-20130701004234-4i369j5ahv009f2r
Fix Dash icon rename/move

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        self.show_launcher()
57
57
 
58
58
        # Ensure we are on the Home screen.
59
 
        dash_icon = launcher.select_single('LauncherDelegate', iconName='dash')
 
59
        dash_icon = launcher.select_single('QQuickImage', objectName='dashItem')
60
60
        self.touch.click_object(dash_icon)
61
61
 
62
62
        # The two screens we will be swiping between.