fix linting, add to the 10-project timeout

This commit is contained in:
2025-01-29 21:36:27 -07:00
parent 888e87f6c6
commit 9f54286817
5 changed files with 61 additions and 21 deletions

View File

@@ -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