Corrected some test labels

This commit is contained in:
Jose Olarte III
2024-07-29 17:01:50 +08:00
parent 710e00fdc2
commit 36faf15a62
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test'; 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…" // Create new ID using seed phrase "rigid shrug mobile…"
await page.goto('./start'); await page.goto('./start');
await page.getByText('You have a seed').click(); await page.getByText('You have a seed').click();

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test'; 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…" // Create new ID using seed phrase "island fever beef…"
await page.goto('./start'); await page.goto('./start');
await page.getByText('You have a seed').click(); await page.getByText('You have a seed').click();

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test'; 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…" // Create new ID using seed phrase "rigid shrug mobile…"
await page.goto('./start'); await page.goto('./start');
await page.getByText('You have a seed').click(); await page.getByText('You have a seed').click();