diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index 77dc7f41f7721..99f4767a2a6c7 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -189,7 +189,7 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a - [Write tests using web first assertions, page fixtures and locators](./writing-tests.md) - [Run single test, 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) - [Run tests on CI](./ci-intro.md) - [Learn more about the NUnit and MSTest base classes](./test-runners.md) diff --git a/docs/src/running-tests-csharp.md b/docs/src/running-tests-csharp.md index 97f10683a8f9d..6bfbcb56bb4a3 100644 --- a/docs/src/running-tests-csharp.md +++ b/docs/src/running-tests-csharp.md @@ -156,5 +156,7 @@ Check out our [debugging guide](./debug.md) to learn more about the [Playwright ## 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) +- [Run tests on CI](./ci-intro.md) +- [Learn more about the NUnit and MSTest base classes](./test-runners.md) diff --git a/docs/src/writing-tests-csharp.md b/docs/src/writing-tests-csharp.md index 249719185ecad..4b8b7601317bd 100644 --- a/docs/src/writing-tests-csharp.md +++ b/docs/src/writing-tests-csharp.md @@ -325,7 +325,7 @@ public class ExampleTest : PageTest ## What's Next - [Run single test, 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) - [Run tests on CI](./ci-intro.md) - [Learn more about the NUnit and MSTest base classes](./test-runners.md)