Skip to content

Commit d2680f9

Browse files
committed
force fail
1 parent f99aafc commit d2680f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/hashlink.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ test.describe('Hash Links', () => {
107107
if (!headingId) continue;
108108

109109
// Verify heading exists and is visible
110-
await expect(heading).toBeVisible();
110+
// TODO: will fail
111+
await expect(heading).toBeHidden();
111112

112113
// Find the hash link within or near this heading
113114
const link = page

0 commit comments

Comments
 (0)