Skip to content

Commit d512e72

Browse files
committed
Delete best practicese page that had no new info
1 parent 8ca8853 commit d512e72

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

web/src/__tests__/e2e/docs.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ if (isBun) {
114114
await expect(heading).toBeVisible()
115115
})
116116

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-
125117
test('agents overview renders mermaid diagrams or code', async ({
126118
page,
127119
}) => {

web/src/content/tips/best-practices.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)