|
@ -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
|
|
|