Skip to content

Commit 474a7bf

Browse files
author
Fawad Ali
committed
CCM-7246: make component test fail
1 parent 3a4d89f commit 474a7bf

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).toBeFocused();
16+
await expect(page.skipLink).not.toBeFocused();
1717

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

0 commit comments

Comments
 (0)