Browse Source

Removed test.slow()

pull/121/head
Jose Olarte III 3 weeks ago
parent
commit
69473a826f
  1. 1
      test-playwright/25-create-project-x10.spec.ts
  2. 1
      test-playwright/33-record-gift-x10.spec.ts

1
test-playwright/25-create-project-x10.spec.ts

@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test';
import { importUser, createUniqueStringsArray } from './testUtils'; import { importUser, createUniqueStringsArray } from './testUtils';
test('Create 10 new projects', async ({ page }) => { test('Create 10 new projects', async ({ page }) => {
test.slow(); // Extend the test timeout
const projectCount = 10; const projectCount = 10;
// Standard texts // Standard texts

1
test-playwright/33-record-gift-x10.spec.ts

@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test';
import { importUser, createUniqueStringsArray, createRandomNumbersArray } from './testUtils'; import { importUser, createUniqueStringsArray, createRandomNumbersArray } from './testUtils';
test('Record 10 new gifts', async ({ page }) => { test('Record 10 new gifts', async ({ page }) => {
test.slow(); // Extend the test timeout
const giftCount = 10; const giftCount = 10;
// Standard text // Standard text

Loading…
Cancel
Save