Skip to content

Commit

Permalink
SPSH-816: Anpassung des Names der Schulstrukturknote bei der Anlage d…
Browse files Browse the repository at this point in the history
…er Rollen damit die Test-Schule nach Text gewählt werden kann. (#39)
  • Loading branch information
phaelcg authored Jul 1, 2024
1 parent c4679e3 commit cdadd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Rolle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.describe(`Testfälle für die Administration von Rollen: Umgebung: ${proces
const ROLLENNAME2 =
"TAuto-PW-R2-" + faker.lorem.word({ length: { min: 8, max: 12 } });
const SCHULSTRUKTURKNOTEN1 = "Land Schleswig-Holstein";
const SCHULSTRUKTURKNOTEN2 = "Amalie-Sieveking-Schule";
const SCHULSTRUKTURKNOTEN2 = "0703754 (Amalie-Sieveking-Schule)";
const ROLLENART1 = "Lern";
const ROLLENART2 = "Lehr";

Expand Down

0 comments on commit cdadd4b

Please sign in to comment.