Skip to content

Commit e6c7303

Browse files
authored
docs: fix wrong hint message
1 parent 593f66b commit e6c7303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/en/guides/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default defineConfig({
8888
```
8989

9090
:::tip[set a baseUrl]
91-
You can set [`"baseUrl": "http://localhost:3000"`](https://docs.cypress.io/guides/end-to-end-testing/testing-your-app#Step-3-Configure-Cypress) in the `cypress.config.js` configuration file to use `cy.visit("/")` instead of `page.goto("http://localhost:3000/")` for a more convenient URL.
91+
You can set [`"baseUrl": "http://localhost:3000"`](https://docs.cypress.io/guides/end-to-end-testing/testing-your-app#Step-3-Configure-Cypress) in the `cypress.config.js` configuration file to use `cy.visit("/")` instead of `cy.visit("http://localhost:3000/")` for a more convenient URL.
9292
:::
9393

9494
### Running your Cypress tests

0 commit comments

Comments
 (0)