Skip to content

Commit

Permalink
SPSH-1002: PR Review
Browse files Browse the repository at this point in the history
  • Loading branch information
phaelcg committed Nov 18, 2024
1 parent 18466a4 commit adc43b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Profile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ test.describe(`Testfälle für das eigene Profil anzeigen: Umgebung: ${process.e
});
});

test("Das eigene Profil öffnen, Passwort Ändern öffnen, und Status des Benutzernamenfelds prüfen ", {tag: [LONG, STAGE]}, async ({ page }) => {
test("Das eigene Profil öffnen, Passwort Ändern öffnen, und Status des Benutzernamenfelds prüfen", {tag: [LONG, STAGE]}, async ({ page }) => {
const profileView = new ProfilePage(page);
const header = new HeaderPage(page);
const login = new LoginPage(page);
Expand Down

0 comments on commit adc43b1

Please sign in to comment.