diff --git a/test-playwright/10-create-user-00.spec.ts b/test-playwright/10-create-user-00.spec.ts index 8fe1d0a3c..1ffd84103 100644 --- a/test-playwright/10-create-user-00.spec.ts +++ b/test-playwright/10-create-user-00.spec.ts @@ -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(); diff --git a/test-playwright/11-create-user-01.spec.ts b/test-playwright/11-create-user-01.spec.ts index 1e8e9a2ae..0d85b54b5 100644 --- a/test-playwright/11-create-user-01.spec.ts +++ b/test-playwright/11-create-user-01.spec.ts @@ -1,6 +1,6 @@ import { test, expect } from '@playwright/test'; -test('Validate copy contact info to clipboard', async ({ page }) => { +test('Create user 01', async ({ page }) => { // Create new ID using seed phrase "island fever beef…" await page.goto('./start'); await page.getByText('You have a seed').click(); diff --git a/test-playwright/40-add-contact.spec.ts b/test-playwright/40-add-contact.spec.ts index 721423369..50960bb2e 100644 --- a/test-playwright/40-add-contact.spec.ts +++ b/test-playwright/40-add-contact.spec.ts @@ -1,6 +1,6 @@ import { test, expect } from '@playwright/test'; -test('Create new ID from seed', async ({ page }) => { +test('Add contact', async ({ page }) => { // Create new ID using seed phrase "rigid shrug mobile…" await page.goto('./start'); await page.getByText('You have a seed').click();