diff --git a/test-playwright/20-create-project.spec.ts b/test-playwright/20-create-project.spec.ts index e32ea662b2..6d06d3c9e1 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 ba9cc68364..77dc3ff95b 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 2989c629ac..5f7cc9283f 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