@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
test('Create new ID from seed', async ({ page }) => {
test('Create user 00', async ({ page }) => {
// Create new ID using seed phrase "rigid shrug mobile…"
await page.goto('./start');
await page.getByText('You have a seed').click();
test('Validate copy contact info to clipboard', async ({ page }) => {
test('Create user 01', async ({ page }) => {
// Create new ID using seed phrase "island fever beef…"
test('Add contact', async ({ page }) => {