forked from jsnbuchanan/crowd-funder-for-time-pwa
fix error is OfferDialog where assignment to a project was missed, plus some refactors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { importUser, createUniqueStringsArray, createRandomNumbersArray } from './testUtils';
|
||||
|
||||
test('Record 10 new gifts', async ({ page }) => {
|
||||
const giftCount = 10;
|
||||
test('Record 9 new gifts', async ({ page }) => {
|
||||
const giftCount = 9; // because 10 has taken us above 30 seconds
|
||||
|
||||
// Standard text
|
||||
const standardTitle = "Gift ";
|
||||
const standardTitle = 'Gift ';
|
||||
|
||||
// Field value arrays
|
||||
const finalTitles = [];
|
||||
|
||||
Reference in New Issue
Block a user