forked from trent_larson/crowd-funder-for-time-pwa
Playwright: Record 10 gives
This commit is contained in:
@@ -34,7 +34,7 @@ test('Create 10 new projects', async ({ page }) => {
|
||||
// Create an array of unique strings
|
||||
const uniqueStrings = createUniqueStringsArray(projectCount);
|
||||
|
||||
// Example: Fill the text field with each string in the array
|
||||
// Populate arrays with titles and descriptions
|
||||
for (let i = 0; i < projectCount; i++) {
|
||||
let loopTitle = standardTitle + uniqueStrings[i];
|
||||
finalTitles.push(loopTitle);
|
||||
|
||||
Reference in New Issue
Block a user