diff --git a/tests/e2e/domains/fluggastrechte/formular/startFluggastrechteFormular.ts b/tests/e2e/domains/fluggastrechte/formular/startFluggastrechteFormular.ts index 56f3b5e70..a2a3fd415 100644 --- a/tests/e2e/domains/fluggastrechte/formular/startFluggastrechteFormular.ts +++ b/tests/e2e/domains/fluggastrechte/formular/startFluggastrechteFormular.ts @@ -82,7 +82,7 @@ export async function startFluggastrechteFormular( await formular.clickNext(); // /fluggastrechte/formular/persoenliche-daten/person/daten - await formular.fillDropdown("anrede", "herr"); + // await formular.fillDropdown("anrede", "herr"); await formular.fillDropdown("title", ""); await formular.fillInput("nachname", "Donatello"); await formular.fillInput("vorname", "Cowabunga");