Skip to content

Commit

Permalink
fixed test id (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggarnaut authored Jul 5, 2024
1 parent fda098e commit 5a2b7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/RolleCreationView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class RolleCreationViewPage{
this.combobox_Rollenart = page.getByTestId('rollenart-select').locator('.v-input__control');
this.input_Rollenname = page.getByTestId('rollenname-input').locator('input');
this.combobox_Merkmal = page.getByTestId('merkmale-select').locator('.v-input__control');
this.button_RolleAnlegen = page.getByTestId('rolle-creation-form-create-button');
this.button_RolleAnlegen = page.getByTestId('rolle-form-create-button');
this.button_WeitereRolleAnlegen = page.getByTestId('create-another-rolle-button');
this.text_success = page.getByTestId('rolle-success-text');
}
Expand Down

0 comments on commit 5a2b7c0

Please sign in to comment.