forked from jsnbuchanan/crowd-funder-for-time-pwa
fix where function is not found
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { test, expect } from '@playwright/test';
|
import { test, expect } from '@playwright/test';
|
||||||
import { importUser } from './testUtils';
|
import { createUniqueStringsArray, importUser } from './testUtils';
|
||||||
|
|
||||||
test('Create 10 new projects', async ({ page }) => {
|
test('Create 10 new projects', async ({ page }) => {
|
||||||
test.slow(); // Set timeout longer since it often fails at 30 seconds
|
test.slow(); // Set timeout longer since it often fails at 30 seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user