Corrected some test labels
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user