~ci-train-bot/unity8/unity8-ubuntu-zesty-2663

« back to all changes in this revision

Viewing changes to tests/qmltests/Tutorial/tst_Tutorial.qml

  • Committer: Nick Dedekind
  • Date: 2017-02-23 11:02:42 UTC
  • mfrom: (2833.1.1 unity8)
  • mto: This revision was merged to the branch mainline in revision 2892.
  • Revision ID: nick.dedekind@canonical.com-20170223110242-k6oaord2re9nfw33
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
719
719
            ApplicationManager.startApplication("facebook-webapp");
720
720
            tryCompare(tutorialRightLoader, "shown", true);
721
721
 
722
 
            var stage = findChild(shell, "stage");
 
722
            var cursor = findChild(shell, "cursor");
723
723
            mouseMove(shell, shell.width, shell.height / 2);
724
 
            stage.pushRightEdge(units.gu(8));
 
724
            cursor.pushedRightBoundary(units.gu(8), 0);
725
725
            tryCompare(tutorialRightLoader, "shown", false);
726
726
 
727
727
            tryCompare(AccountsService, "demoEdges", false);