Skip to content

Commit 09c4721

Browse files
VIA-558 AS/DB Rename playwright tests to remove symbol conflict with tags
In Playwright '@' is used to highlight tags from test names in the interactive UI
1 parent ea9d328 commit 09c4721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/auth.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for (const scenario in users) {
1414
const key = scenario as keyof typeof users;
1515

1616
setup(
17-
`authenticate ${key} (${users[key].nhsNumber} england.vita+test${users[key].emailSuffix}@nhs.net)`,
17+
`authenticate ${key} (${users[key].nhsNumber} Test User ${users[key].emailSuffix})`,
1818
async ({ browser }, testInfo: TestInfo) => {
1919
testInfo.setTimeout(60000);
2020

0 commit comments

Comments
 (0)