Skip to content

Commit 00824aa

Browse files
committed
fix: autoheader config heading generate func
1 parent b9f4f5c commit 00824aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/e2e/sidebar.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ test.describe('Configuration: autoHeader', () => {
9494

9595
await page.click('a[href="#/quickstart"]');
9696
expect(page.url()).toMatch(/\/quickstart$/);
97-
// const element = page.locator('#main');
98-
// expect(await element.innerText()).toContain(
99-
// 'In the main content there is no h1',
100-
// );
101-
// expect(await element.innerText()).toContain(
102-
// 'the content of quickstart space',
103-
// );
10497
// not heading
10598
await expect(page.locator('#quickstart')).toBeHidden();
10699
});

0 commit comments

Comments
 (0)