We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4f5c commit 00824aaCopy full SHA for 00824aa
test/e2e/sidebar.test.js
@@ -94,13 +94,6 @@ test.describe('Configuration: autoHeader', () => {
94
95
await page.click('a[href="#/quickstart"]');
96
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
102
- // 'the content of quickstart space',
103
104
// not heading
105
await expect(page.locator('#quickstart')).toBeHidden();
106
});
0 commit comments