chore: comment out not needed test line

This commit is contained in:
Arman
2024-06-05 17:38:53 +02:00
parent ddb46f106e
commit 00cd336d0a
+1 -1
View File
@@ -10,7 +10,7 @@ export function registerUserStep(page: Page): Promise<Metadata> {
return test.step('register user', async () => {
const seed = crypto.randomUUID();
await page.goto('/register');
await page.getByRole('button', { name: 'only required' }).click();
// await page.getByRole('button', { name: 'only required' }).click();
const inputs = {
name: page.locator('id=name'),
email: page.locator('id=email'),