Code review comment for lp:~mzanetti/unity8/stabilize-swipeAwayGreeter

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> Then can you please remove the explicit waitForGreeterToStabilize() call from
> there?
>
> """
> function test_launchedAppHasActiveFocus(data) {
> loadShell(data.formFactor);
> shell.usageScenario = data.usageScenario;
> waitForGreeterToStabilize();
> swipeAwayGreeter();
> """

done. couldn't find any other usages of waitForGreeterToStabilize() any more, except the ones that we really want in other helpers

« Back to merge proposal