Browse Source

fix where function is not found

pull/126/head
Trent Larson 5 days ago
parent
commit
f2febbd94a
  1. 2
      test-playwright/25-create-project-x10.spec.ts

2
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

Loading…
Cancel
Save