~lukas-kde/unity8/mmbCycleWindows

« back to all changes in this revision

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

merge prereq, resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
/* Nothing is shown at first. If you drag from left edge you will bring up the
28
28
   launcher. */
29
 
Item {
 
29
Rectangle {
30
30
    id: root
31
31
    width: units.gu(140)
32
32
    height: units.gu(70)
 
33
    color: UbuntuColors.graphite // something neither white nor black
 
34
 
 
35
    Component.onCompleted: theme.name = "Ubuntu.Components.Themes.SuruDark"
33
36
 
34
37
    Loader {
35
38
        id: launcherLoader
868
871
 
869
872
            // Doing longpress
870
873
            mousePress(draggedItem);
871
 
            tryCompare(quickListShape, "opacity", 0.8);
 
874
            tryCompare(quickListShape, "opacity", 0.95);
872
875
            mouseRelease(draggedItem);
873
876
 
874
877
            verify(quickList.y >= units.gu(1));