Skip to content

Commit

Permalink
chore: disable e2e test for selecting anrede for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dh4x committed Jan 10, 2025
1 parent 1d13c59 commit d290029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d290029

Please sign in to comment.