diff --git a/test-playwright/20-create-project.spec.ts b/test-playwright/20-create-project.spec.ts index e32ea662..6d06d3c9 100644 --- a/test-playwright/20-create-project.spec.ts +++ b/test-playwright/20-create-project.spec.ts @@ -1,4 +1,5 @@ import { test, expect } from '@playwright/test'; +import { importUser } from './testUtils'; test('Create new project, then search for it', async ({ page }) => { // Generate a random string of 16 characters diff --git a/test-playwright/30-record-gift.spec.ts b/test-playwright/30-record-gift.spec.ts index ba9cc683..77dc3ff9 100644 --- a/test-playwright/30-record-gift.spec.ts +++ b/test-playwright/30-record-gift.spec.ts @@ -1,4 +1,5 @@ import { test, expect } from '@playwright/test'; +import { importUser } from './testUtils'; test('Record something given', async ({ page }) => { // Generate a random string of 16 characters diff --git a/test-playwright/40-add-contact.spec.ts b/test-playwright/40-add-contact.spec.ts index 2989c629..5f7cc928 100644 --- a/test-playwright/40-add-contact.spec.ts +++ b/test-playwright/40-add-contact.spec.ts @@ -1,4 +1,5 @@ import { test, expect } from '@playwright/test'; +import { importUser } from './testUtils'; test('Add contact', async ({ page }) => { // Import user 01