We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca8853 commit d512e72Copy full SHA for d512e72
web/src/__tests__/e2e/docs.spec.ts
@@ -114,14 +114,6 @@ if (isBun) {
114
await expect(heading).toBeVisible()
115
})
116
117
- test('best practices page renders', async ({ page }) => {
118
- await page.goto('/docs/tips/best-practices')
119
-
120
- const heading = page.locator('h1').first()
121
- await expect(heading).toBeVisible()
122
- await expect(heading).toContainText(/best practices/i)
123
- })
124
125
test('agents overview renders mermaid diagrams or code', async ({
126
page,
127
}) => {
web/src/content/tips/best-practices.mdx
0 commit comments