Commit d210a0cb authored by Jakob Moser's avatar Jakob Moser
Browse files

Clear before free game

parent 8d30fffe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,8 @@ export const practice = test("Linux-Übungsmodus", function() {
    this.exercise("Freies Spiel", async function () {
        this.describe(`Wir haben leider keine weiteren Übungsaufgaben mehr vorbereitet, aber fühle dich frei, noch weiter herumzuspielen (zum Beispiel mit Dateirechten).`)

        await this.clear()

        await this.manualConfirmation()

        this.verify("echo if you say so").hasOutput("if you say so")