Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmadp committed Sep 20, 2024
1 parent debeb23 commit 8bb2e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/ProfileView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export class ProfilePage{
this.cardHeadline_2FA = page.getByTestId('two-factor-card');
this.icon_Schild2FA = page.getByTestId('two-factor-icon');
this.text_no2FA = page.getByText('Es wurde noch kein zweiter Faktor für Sie eingerichtet.');
//this.button_2FAEinrichten = page.getByTestId('setup-two-factor-button');
this.button_2FAEinrichten = page.getByTestId('open-2FA-self-service-dialog-icon');
}
}

0 comments on commit 8bb2e27

Please sign in to comment.