docs: fix intro whats next codgen link (#30714)

This commit is contained in:
Debbie O'Brien 2024-05-08 22:55:44 +02:00 committed by GitHub
parent 8ef32a9394
commit 54cf6559b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)