Skip to content
Snippets Groups Projects
Commit dea69a64 authored by Andre Angelantoni's avatar Andre Angelantoni
Browse files

Fix title errors.

parent 6414748d
Branches release/1.4
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ test.describe('Contact Us tests.', () => { ...@@ -30,7 +30,7 @@ test.describe('Contact Us tests.', () => {
// //
// Validate Contact us. // Validate Contact us.
// //
test('(ATK-PW-1050) Contact Us form accepts input, sends email. @ATK-PW-1050 @contact-us @smoke @alters-db', async ({ page, context }) => { test('(ATK-PW-1050) Contact Us form accepts input, saves response. @ATK-PW-1050 @contact-us @smoke @alters-db', async ({ page, context }) => {
const testId = 'ATK-PW-1050' const testId = 'ATK-PW-1050'
const uniqueToken = atkUtilities.createRandomString(6) const uniqueToken = atkUtilities.createRandomString(6)
const subjectLine = `${testId} ${uniqueToken}` const subjectLine = `${testId} ${uniqueToken}`
......
...@@ -29,7 +29,7 @@ test.describe('Menu tests.', () => { ...@@ -29,7 +29,7 @@ test.describe('Menu tests.', () => {
// //
// Validate Menu items are added and removed. // Validate Menu items are added and removed.
// //
test('(ATK-PW-1150) Create a new menu item, validate it, and remove it @ATK-PW-1150 @menu @smoke @alters-db', async ({ page, context }) => { test('(ATK-PW-1150) Create a new menu item, validate it, and remove it. @ATK-PW-1150 @menu @smoke @alters-db', async ({ page, context }) => {
const testId = 'ATK-PW-1150' const testId = 'ATK-PW-1150'
const uniqueToken = atkUtilities.createRandomString(6) const uniqueToken = atkUtilities.createRandomString(6)
const menuItemTitle = `Test${uniqueToken}` const menuItemTitle = `Test${uniqueToken}`
......
...@@ -30,7 +30,7 @@ test.describe('User registration and login tasks.', () => { ...@@ -30,7 +30,7 @@ test.describe('User registration and login tasks.', () => {
const tmpUsers = [] const tmpUsers = []
// //
// Register the created user. // Register with form.
// //
test('(ATK-PW-1000) Register with form. @ATK-PW-1000 @register-login @alters-db @smoke', async ({ page }) => { test('(ATK-PW-1000) Register with form. @ATK-PW-1000 @register-login @alters-db @smoke', async ({ page }) => {
const testId = 'ATK-PW-1000' const testId = 'ATK-PW-1000'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment