Skip to content

Commit

Permalink
SPSH-967: Fixed 2FA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phaelcg committed Nov 25, 2024
1 parent d8c8db2 commit e53518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/PersonDetailsView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class PersonDetailsViewPage{
this.text_h2_benutzerBearbeiten = page.getByTestId('layout-card-headline');

// Passwort
this.text_h3_passwort_headline = page.getByText('Passwort');
this.text_h3_passwort_headline = page.locator( `//h3[text()='Passwort']`);
this.button_pwChange = page.getByTestId('open-password-reset-dialog-icon');
this.button_pwReset = page.getByTestId('password-reset-button');
this.text_pwResetInfo = page.getByTestId('password-reset-info-text');
Expand Down

0 comments on commit e53518b

Please sign in to comment.