Skip to content

Commit

Permalink
fixed combobox clear selector (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggarnaut authored Jul 4, 2024
1 parent cdadd4b commit fda098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/PersonCreationView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class PersonCreationViewPage{
this.page = page;
this.text_h2_PersonAnlegen = page.getByTestId('layout-card-headline');
this.combobox_Rolle = page.getByTestId('rolle-select').locator('.v-field__input');
this.combobox_Rolle_Clear = page.getByTestId('rolle-select').getByLabel('Clear');
this.combobox_Rolle_Clear = page.getByTestId('rolle-select').getByLabel('leeren');
this.Input_Vorname = page.getByTestId('vorname-input').locator('.v-field__input');
this.Input_Nachname = page.getByTestId('familienname-input').locator('.v-field__input');
this.combobox_Schulstrukturknoten = page.getByTestId('organisation-select').locator('.v-field__input');
Expand Down

0 comments on commit fda098e

Please sign in to comment.