~unity-team/unity8/trunk

« back to all changes in this revision

Viewing changes to tests/qmltests/Launcher/tst_Launcher.qml

  • Committer: Bileto Bot
  • Author(s): Michael Zanetti
  • Date: 2016-12-07 13:43:25 UTC
  • mfrom: (2659.5.57 unity8-appdrawer)
  • Revision ID: ci-train-bot@canonical.com-20161207134325-3d9187gz3wuz4fdi
Add the ApplicationDrawer

Approved by: Lukáš Tinkl, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
        function revealByEdgePush() {
323
323
            // Place the mouse against the window/screen edge and push beyond the barrier threshold
324
324
            mouseMove(root, 1, root.height / 2);
325
 
            launcher.pushEdge(EdgeBarrierSettings.pushThreshold * 1.1);
 
325
            launcher.pushEdge(EdgeBarrierSettings.pushThreshold * .6);
326
326
 
327
327
            var panel = findChild(launcher, "launcherPanel");
328
328
            verify(!!panel);