Skip to content

Commit fd99b26

Browse files
Apply suggestions from code review
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 6c6ba7f commit fd99b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get-started/create-your-first-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ To create your first test, follow these steps:
7575

7676
This test uses the following actions:
7777

78-
- [`goTo`](/docs/get-started/actions/goTo.md): Navigates to the specified URL (`https://example.com`) to start the test flow.
79-
- [`find`](/docs/get-started/actions/find.md): Locates elements on the page using CSS selectors (for example, HTML tags like `h1` or `a`) and validates their presence and text content.
80-
- [`saveScreenshot`](/docs/get-started/actions/saveScreenshot.md): Captures a screenshot of the current page and saves it to the specified file path.
78+
- [`goTo`](/docs/get-started/actions/goTo.md): Navigates to the specified URL, https://example.com, to start the test flow.
79+
- [`find`](/docs/get-started/actions/find.md): Locates elements on the page using CSS selectors such as HTML tags like `h1` or `a`, and validates their presence and text content.
80+
- [`saveScreenshot`](/docs/get-started/actions/saveScreenshot.md): Captures a screenshot of the current page and saves it to the specified path.
8181

8282
4. Save the file.
8383

0 commit comments

Comments
 (0)