Skip to content

Commit 1632b66

Browse files
fix duplicate page ID issue and coderabbit suggestion
1 parent bf32c94 commit 1632b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/testing/cypress/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ npm install cypress --save-dev
173173
Make sure `cypress.env.json` exists and contains valid JSON. You can also use environment variables directly:
174174

175175
```bash
176-
TEST_APP_URL=https://your-app.com npx cypress open
176+
CYPRESS_TEST_APP_URL=https://your-app.com npx cypress open
177177
```
178178

179179
### Cross-origin errors

src/content/docs/testing/testing-authenticated-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
page_id: a1b2c3d4-e5f6-7890-abcd-ef1234567890
2+
page_id: 33fd23da-0830-49f7-ba75-c0211c3de586
33
title: Testing authenticated features
44
description: "Overview of testing authenticated features with Kinde, including saving authentication state, reusing sessions, and best practices for efficient test suites."
55
sidebar:

0 commit comments

Comments
 (0)