Playwright: added import

This commit is contained in:
Jose Olarte III
2024-08-06 16:20:52 +08:00
parent 128b18ab56
commit a2164d8791
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';
import { importUser } from './testUtils';
test('Create new project, then search for it', async ({ page }) => { test('Create new project, then search for it', async ({ page }) => {
// Generate a random string of 16 characters // Generate a random string of 16 characters

View File

@@ -1,4 +1,5 @@
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';
import { importUser } from './testUtils';
test('Record something given', async ({ page }) => { test('Record something given', async ({ page }) => {
// Generate a random string of 16 characters // Generate a random string of 16 characters

View File

@@ -1,4 +1,5 @@
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';
import { importUser } from './testUtils';
test('Add contact', async ({ page }) => { test('Add contact', async ({ page }) => {
// Import user 01 // Import user 01