Skip to content

Commit ff6b424

Browse files
author
Fawad Ali
committed
CCM-7246: ui component test to pass to check success path teardown works too
1 parent cc3e7c7 commit ff6b424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/template-mgmt-component-tests/template-mgmt-common.steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function assertSkipToMainContent({ page, id }: CommonStepsProps) {
1313

1414
await page.page.keyboard.press('Tab');
1515

16-
await expect(page.skipLink).not.toBeFocused();
16+
await expect(page.skipLink).toBeFocused();
1717

1818
await page.page.keyboard.press('Enter');
1919

0 commit comments

Comments
 (0)