Skip to content

Commit

Permalink
docs: fix intro whats next codgen link (#30714)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored May 8, 2024
1 parent 8ef32a9 commit 54cf655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/intro-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 3 additions & 1 deletion docs/src/running-tests-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/src/writing-tests-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 54cf655

Please sign in to comment.