diff --git a/docs/src/codegen-intro.md b/docs/src/codegen-intro.md index 6d715d44c7..bee78d55bf 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 954dda2b6f..c55208492a 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 e2bf3f9f9b..61c66c03b4 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 8078077587..b15fb5cd16 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 6ed96a4667..7aaa78dc3f 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