Skip to content
Snippets Groups Projects

Add getRandomUser().

Files
2
@@ -40,7 +40,7 @@ test.describe('Contact Us tests.', () => {
atkCommands.addRolePerm('anonymous user', 'access site-wide contact form');
// Begin registration.
await page.goto(baseUrl + atkConfig.contactUsUrl);
await page.goto(atkConfig.contactUsUrl);
await page.getByLabel('Your name').fill(uniqueToken);
await page.getByLabel('Your e-mail').fill(`${uniqueToken}@example.com`);
Loading