~lukas-kde/unity8/betterSessionManagement

« back to all changes in this revision

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

  • Committer: Lukáš Tinkl
  • Date: 2017-03-24 11:57:27 UTC
  • mfrom: (2800.1.91 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170324115727-34c7tvv3qnxvxzdj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                        native_: shellLoader.nativeOrientation
150
150
                        primary: shellLoader.primaryOrientation
151
151
                    }
 
152
                    hasTouchscreen: true
152
153
 
153
154
                    Component.onDestruction: {
154
155
                        shellLoader.itemDestroyed = true;
719
720
            ApplicationManager.startApplication("facebook-webapp");
720
721
            tryCompare(tutorialRightLoader, "shown", true);
721
722
 
722
 
            var stage = findChild(shell, "stage");
 
723
            var cursor = findChild(shell, "cursor");
723
724
            mouseMove(shell, shell.width, shell.height / 2);
724
 
            stage.pushRightEdge(units.gu(8));
 
725
            cursor.pushedRightBoundary(units.gu(8), 0);
725
726
            tryCompare(tutorialRightLoader, "shown", false);
726
727
 
727
728
            tryCompare(AccountsService, "demoEdges", false);