~dandrader/unity8/removeApplicationStage

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Date: 2016-07-14 07:09:00 UTC
  • mfrom: (2525.1.5 mirSurfaceInputBounds)
  • Revision ID: ci-train-bot@canonical.com-20160714070900-8wpqiln9hnk2q05i
Make use of MirSurface::inputBounds and drop UbuntuKeyboardInfo hack

Show diffs side-by-side

added added

removed removed

Lines of Context:
715
715
            surface.setState(Mir.RestoredState);
716
716
 
717
717
            var inputMethod = findInvisibleChild(shell, "inputMethod");
718
 
            tryCompare(inputMethod, "state", "shown");
 
718
            tryCompare(inputMethod, "visible", true);
719
719
 
720
720
            verify(tutorialLeftLoader.shown);
721
721
        }