~tpeeters/unity8/new_tabbar-again

« back to all changes in this revision

Viewing changes to tests/qmltests/tst_Shell.qml

  • Committer: tim.peeters at canonical
  • Date: 2014-04-29 14:01:36 UTC
  • mfrom: (832.1.22 unity8)
  • Revision ID: tim.peeters@canonical.com-20140429140136-8idik0b1951bzoqc
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
554
554
 
555
555
            tryCompare(searchIndicator, "opacity", 0);
556
556
        }
 
557
 
 
558
        function test_focusRequestedHidesGreeter() {
 
559
            var greeter = findChild(shell, "greeter")
 
560
 
 
561
            greeter.show()
 
562
            tryCompare(greeter, "showProgress", 1)
 
563
 
 
564
            ApplicationManager.focusRequested("notes-app")
 
565
            tryCompare(greeter, "showProgress", 0)
 
566
            waitUntilApplicationWindowIsFullyVisible()
 
567
        }
557
568
    }
558
569
}