From 2f0326f182ddc8908385bf8b299cedc1f3bfe84c Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 29 Jul 2024 17:01:50 +0800 Subject: [PATCH] Corrected some test labels --- test-playwright/10-create-user-00.spec.ts | 2 +- test-playwright/11-create-user-01.spec.ts | 2 +- test-playwright/40-add-contact.spec.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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();