diff --git a/docs/src/codegen-intro.md b/docs/src/codegen-intro.md index 6d715d44c73c9..bee78d55bfa98 100644 --- a/docs/src/codegen-intro.md +++ b/docs/src/codegen-intro.md @@ -46,4 +46,4 @@ To learn more about generating tests check out or detailed guide on [Codegen](./ ## What's Next -- [See a trace of your tests](./trace-viewer.md) +- [See a trace of your tests](./trace-viewer-intro.md) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 954dda2b6f3cc..c55208492a408 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -100,5 +100,5 @@ npx playwright show-report - [Write tests using web first assertions, page fixtures and locators](./writing-tests.md) - [Run single tests, multiple tests, headed mode](./running-tests.md) -- [Generate tests with Codegen](./codegen.md) +- [Generate tests with Codegen](./codegen-intro.md) - [See a trace of your tests](./trace-viewer-intro.md) diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index e2bf3f9f9beb3..61c66c03b42db 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -104,5 +104,5 @@ You can click on each test and explore the tests errors as well as each step of ## What's Next -- [Generate tests with Codegen](./codegen.md) +- [Generate tests with Codegen](./codegen-intro.md) - [See a trace of your tests](./trace-viewer-intro.md) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index 80780775877b6..b15fb5cd163bb 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -36,7 +36,7 @@ export default config; ### Multiple reporters -You can use multiple reporters at the same time. For example you can use`'list'` for nice terminal output and `'json'` to get a comprehensive json file with the test results. +You can use multiple reporters at the same time. For example you can use `'list'` for nice terminal output and `'json'` to get a comprehensive json file with the test results. ```js tab=js-js // playwright.config.js diff --git a/docs/src/writing-tests-js.md b/docs/src/writing-tests-js.md index 6ed96a4667685..7aaa78dc3f899 100644 --- a/docs/src/writing-tests-js.md +++ b/docs/src/writing-tests-js.md @@ -145,5 +145,5 @@ test.describe("navigation", () => { ## What's Next - [Run single tests, multiple tests, headed mode](./running-tests.md) -- [Generate tests with Codegen](./codegen.md) +- [Generate tests with Codegen](./codegen-intro.md) - [See a trace of your tests](./trace-viewer-intro.md) \ No newline at end of file