Skip to content

Commit

Permalink
test: skip test fluggastrechte
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dh4x committed Oct 22, 2024
1 parent 865b9f2 commit b798f4f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ test.beforeEach(async ({ page }) => {
});

test.describe("Fluggastrechte Formular", () => {
test("fluggastrechte from Vorabcheck to Klage Formular", async ({ page }) => {
test.skip("fluggastrechte from Vorabcheck to Klage Formular", async ({
page,
}) => {
await startFluggastrechteVorabcheckVerspaetung(page, vorabcheck);
await startFluggastrechteFormular(page, formular);
});
Expand Down

0 comments on commit b798f4f

Please sign in to comment.