From f2febbd94ab613759a4ca8431d6fac3317db0cce Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 16 Feb 2025 17:05:01 -0700 Subject: [PATCH] fix where function is not found --- test-playwright/25-create-project-x10.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-playwright/25-create-project-x10.spec.ts b/test-playwright/25-create-project-x10.spec.ts index 0aa3e59b..36d06dce 100644 --- a/test-playwright/25-create-project-x10.spec.ts +++ b/test-playwright/25-create-project-x10.spec.ts @@ -80,7 +80,7 @@ */ import { test, expect } from '@playwright/test'; -import { importUser } from './testUtils'; +import { createUniqueStringsArray, importUser } from './testUtils'; test('Create 10 new projects', async ({ page }) => { test.slow(); // Set timeout longer since it often fails at 30 seconds