forked from jsnbuchanan/crowd-funder-for-time-pwa
Remove unneeded timeouts
This commit is contained in:
@@ -57,9 +57,6 @@ test('Record 10 new gifts', async ({ page }) => {
|
||||
// Import user 00
|
||||
await importUser(page, '00');
|
||||
|
||||
// Pause a bit
|
||||
await page.waitForTimeout(3000); // I have to wait, otherwise the (+) button to add a new project doesn't appear
|
||||
|
||||
// Record new gifts
|
||||
for (let i = 0; i < giftCount; i++) {
|
||||
// Record something given
|
||||
|
||||
Reference in New Issue
Block a user