Skip to content

Commit

Permalink
Update tests/registration/registration.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd authored Nov 21, 2024
1 parent cb39009 commit 04c6e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/registration/registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test.skip('Complete registration process', async ({ page }) => {
.click();
await page.click('button[data-cy="button-next"]');

// usermame & password
// username & password
const randomUsername = `testuser_${generateRandomAlphanumeric(3)}`;
await page.getByLabel(/(user\s?name|benutzername)/i).fill(randomUsername);
await page
Expand Down

0 comments on commit 04c6e85

Please sign in to comment.