forked from trent_larson/crowd-funder-for-time-pwa
fix linting, add to the 10-project timeout
This commit is contained in:
@@ -2,6 +2,8 @@ import { test, expect } from '@playwright/test';
|
||||
import { importUser, createUniqueStringsArray } from './testUtils';
|
||||
|
||||
test('Create 10 new projects', async ({ page }) => {
|
||||
test.setTimeout(40000); // Set timeout longer since it often fails at 30 seconds
|
||||
|
||||
const projectCount = 10;
|
||||
|
||||
// Standard texts
|
||||
|
||||
Reference in New Issue
Block a user