~stolowski/unity8/monitor-network

« back to all changes in this revision

Viewing changes to tests/qmltests/tst_Shell.qml

  • Committer: Michal Hruby
  • Date: 2013-09-25 16:39:44 UTC
  • mfrom: (333.5.6 scope-isactive)
  • Revision ID: michal.mhr@gmail.com-20130925163944-dfv8j4onzlmyq1kk
Merge test fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
        function initTestCase() {
58
58
            swipeAwayGreeter();
 
59
            waitForUIToSettle();
59
60
        }
60
61
 
61
62
        function cleanup() {
387
388
        }
388
389
 
389
390
        function test_DashShown(data) {
 
391
 
390
392
            if (data.greeter) {
391
393
                // Swipe the greeter in
392
394
                var greeter = findChild(shell, "greeter");