From 54cf6559b406039810733f889ac473ee5766fb7b Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 8 May 2024 22:55:44 +0200 Subject: [PATCH] docs: fix intro whats next codgen link (#30714) --- docs/src/intro-csharp.md | 2 +- docs/src/running-tests-csharp.md | 4 +++- docs/src/writing-tests-csharp.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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)