~unity-team/unity8/slim-greeter

« back to all changes in this revision

Viewing changes to tests/qmltests/tst_ShellWithPin.qml

  • Committer: Michael Terry
  • Date: 2015-02-12 15:45:21 UTC
  • mfrom: (1432.1.178 unity8)
  • Revision ID: michael.terry@canonical.com-20150212154521-1qpg3t501ljj88lj
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
            tryCompare(ApplicationManager, "focusedApplicationId", app)
231
231
        }
232
232
 
 
233
        function test_greeterChangesIndicatorProfile() {
 
234
            skip("Not supported yet, waiting on design for new settings panel");
 
235
 
 
236
            var panel = findChild(shell, "panel");
 
237
            tryCompare(panel.indicators.indicatorsModel, "profile", shell.indicatorProfile + "_greeter");
 
238
 
 
239
            LightDM.Greeter.hideGreeter();
 
240
            tryCompare(panel.indicators.indicatorsModel, "profile", shell.indicatorProfile);
 
241
 
 
242
            LightDM.Greeter.showGreeter();
 
243
            tryCompare(panel.indicators.indicatorsModel, "profile", shell.indicatorProfile + "_greeter");
 
244
 
 
245
            LightDM.Greeter.hideGreeter();
 
246
            tryCompare(panel.indicators.indicatorsModel, "profile", shell.indicatorProfile);
 
247
        }
 
248
 
233
249
        function test_login() {
234
250
            sessionSpy.clear()
235
251
            tryCompare(sessionSpy, "count", 0)