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

Add missing wait for manual confirmation

parent ee509899
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,8 @@ export const practice = test("Linux-Übungsmodus", function() {
    this.exercise("Datei bearbeiten", async function () {
        this.describe(`Füge die Zeile "The cat is on the mat." ans Ende der Datei "saetze" an.`)

        await this.manualConfirmation()

        this.verify("cat saetze").hasOutput(["Colorless green ideas sleep furiously.", "The cat is on the mat."])
    })