Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
capsia37 committed Aug 5, 2021
1 parent ed20286 commit 8c3419f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/qmltests/tst_Shell.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,8 @@ Rectangle {
}

function test_greeterStartsCorrectSession() {
loadShell("desktop");
setLightDMMockMode("full");
loadShell("desktop");

LightDMController.sessionMode = "full"
LightDMController.numSessions = LightDMController.numAvailableSessions;
Expand Down Expand Up @@ -1453,8 +1453,8 @@ Rectangle {
}

function test_appLaunchDuringGreeter(data) {
loadShell("tablet");
setLightDMMockMode("full");
loadShell("tablet");

swipeAwayGreeterCover();

Expand All @@ -1472,9 +1472,9 @@ Rectangle {
}

function test_manualLoginFlow() {
loadShell("desktop");
LightDMController.showManualLoginHint = true;
setLightDMMockMode("full");
LightDMController.showManualLoginHint = true;
loadShell("desktop");

swipeAwayGreeterCover();

Expand Down Expand Up @@ -2613,8 +2613,8 @@ Rectangle {

function test_fullShellModeHasNoInitialGreeter() {
shellRect.mode = "full-shell";
loadShell("phone");
setLightDMMockMode("single-pin");
loadShell("phone");
waitForRendering(shell);

var greeter = findChild(shell, "greeter");
Expand Down

0 comments on commit 8c3419f

Please sign in to comment.