Skip to content

Commit 0229ef9

Browse files
Assert no go back link
1 parent 2bbb3d2 commit 0229ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-team/template-mgmt-component-tests/template-mgmt-submitted-page.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { test, expect } from '@playwright/test';
22
import { TemplateStorageHelper } from '../helpers/template-storage-helper';
33
import {
44
assertFooterLinks,
5+
assertGoBackLinkNotPresent,
56
assertLoginLink,
67
assertNotifyBannerLink,
78
assertSkipToMainContent,
@@ -100,6 +101,7 @@ test.describe('Submit Email message template Page', () => {
100101
await assertNotifyBannerLink(props);
101102
await assertFooterLinks(props);
102103
await assertLoginLink(props);
104+
await assertGoBackLinkNotPresent(props);
103105
});
104106

105107
test(`when user submits clicks ${channelName} "Create another template", then user is redirected to "create-template"`, async ({

0 commit comments

Comments
 (0)