From c268286799fc4067beaef5d11c1148f991c73967 Mon Sep 17 00:00:00 2001 From: Xan <57809064+devxan@users.noreply.github.com> Date: Tue, 28 May 2024 10:01:51 -0700 Subject: [PATCH] Remove uneeded sentence in docs "To learn more about generating tests check out or detailed guide on Codegen." Should it be 'our'? And why does it link back to itself? Should be removed. Signed-off-by: Xan <57809064+devxan@users.noreply.github.com> --- docs/src/codegen.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/codegen.md b/docs/src/codegen.md index 5f11bdade3..b23c023ac2 100644 --- a/docs/src/codegen.md +++ b/docs/src/codegen.md @@ -127,8 +127,6 @@ When you have finished interacting with the page, press the **record** button to Use the **clear** button to clear the code to start recording again. Once finished close the Playwright inspector window or stop the terminal command. -To learn more about generating tests check out or detailed guide on [Codegen](./codegen.md). - ### Generating locators You can generate [locators](/locators.md) with the test generator.