microscopic-answer-24504
09/28/2023, 8:49 PMmagnificent-energy-493
white-branch-2953
09/29/2023, 2:41 PMconst login = async (page: Page) => {
const email = randomEmail()
await page.fill('[name="traits.email"]', email)
await page.fill('[name="password"]', randomString())
await page.click('[value="password"]')
return email
}
white-branch-2953
09/29/2023, 2:44 PM<mailto:test_user@gmail.com|test_user@gmail.com>
that we can login to.
Reason for this is the test account needs to have a specific setup and funds to test our payment functionalitymagnificent-energy-493