forked from trent_larson/crowd-funder-for-time-pwa
Removed test.slow()
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user