diff --git a/test-playwright/25-create-project-x10.spec.ts b/test-playwright/25-create-project-x10.spec.ts index bcff9df..19dc090 100644 --- a/test-playwright/25-create-project-x10.spec.ts +++ b/test-playwright/25-create-project-x10.spec.ts @@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test'; import { importUser, createUniqueStringsArray } from './testUtils'; test('Create 10 new projects', async ({ page }) => { - test.slow(); // Extend the test timeout const projectCount = 10; // Standard texts diff --git a/test-playwright/33-record-gift-x10.spec.ts b/test-playwright/33-record-gift-x10.spec.ts index 1ae6b0c..71eb90b 100644 --- a/test-playwright/33-record-gift-x10.spec.ts +++ b/test-playwright/33-record-gift-x10.spec.ts @@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test'; import { importUser, createUniqueStringsArray, createRandomNumbersArray } from './testUtils'; test('Record 10 new gifts', async ({ page }) => { - test.slow(); // Extend the test timeout const giftCount = 10; // Standard text