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 d7af514 commit 14f331cCopy full SHA for 14f331c
1 file changed
apps/website/e2e/website.spec.ts
@@ -34,7 +34,7 @@ test('pricing page lead form validates required fields', async ({ page }) => {
34
35
test('docs page renders sidebar and content', async ({ page }) => {
36
await page.goto('/docs/getting-started/introduction');
37
- await expect(page.locator('aside')).toBeVisible();
+ await expect(page.locator('aside').first()).toBeVisible();
38
await expect(page.locator('article')).toBeVisible();
39
});
40
0 commit comments