Skip to content

Commit

Permalink
Update tests/Klasse.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Aggarwal <[email protected]>
  • Loading branch information
jakobmadp and jaggarnaut authored Jun 21, 2024
1 parent 9b93da0 commit 502031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Klasse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test.describe(`Testfälle für die Administration von Klassen: Umgebung: ${proce
await expect(KlasseManagementView.text_h2_Klassenverwaltung).toHaveText("Klassenverwaltung");
await expect(KlasseManagementView.combobox_Filter_Schule).toBeVisible();
await expect(KlasseManagementView.combobox_Filter_Klasse).toBeVisible();
await expect(KlasseManagementView.table_header_Dienstellennummer).toBeVisible();
await expect(KlasseManagementView.table_header_Dienststellennummer).toBeVisible();
await expect(KlasseManagementView.table_header_Klassenname).toBeVisible();
});
});
Expand Down

0 comments on commit 502031e

Please sign in to comment.