From 69473a826f66ba50c5e3bb57760f877c0dca858c Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Wed, 28 Aug 2024 19:32:51 +0800 Subject: [PATCH] Removed test.slow() --- test-playwright/25-create-project-x10.spec.ts | 1 - test-playwright/33-record-gift-x10.spec.ts | 1 - 2 files changed, 2 deletions(-) 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