Skip to content

Commit

Permalink
fix testid button_KlasseAnlegen (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmadp authored Aug 14, 2024
1 parent 2dc442e commit 122b79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/KlasseCreationView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class KlasseCreationViewPage{
this.text_h2_KlasseAnlegen = page.getByTestId('layout-card-headline');
this.combobox_Schulstrukturknoten = page.getByTestId('schule-select').locator('.v-input__control');
this.input_Klassenname = page.getByTestId('klassenname-input').locator('input');
this.button_KlasseAnlegen = page.getByTestId('klasse-creation-form-create-button');
this.button_KlasseAnlegen = page.getByTestId('klasse-form-create-button');
this.text_success = page.getByTestId('klasse-success-text');
}
}

0 comments on commit 122b79a

Please sign in to comment.