Skip to content

Commit 0955ccc

Browse files
Update docs/get-started/tests/inline.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent de2bf43 commit 0955ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/get-started/tests/inline.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,21 @@ To search for American Shorthair kittens,
123123
Here's the same example using **YAML syntax** in Markdown:
124124

125125
```markdown
126-
{/_ test testId: kitten-search _/}
126+
{/* test testId: kitten-search */}
127127

128128
To search for American Shorthair kittens,
129129

130130
1. Go to [Google](https://www.google.com).
131131

132-
{/_ step goTo: https://www.google.com _/}
132+
{/* step goTo: https://www.google.com */}
133133

134134
2. In the search bar, enter "American Shorthair kittens", then press Enter.
135135

136-
{/_ step find: selector: "[title=Search]" click: true _/} {/_ step type: - "American Shorthair kittens" - "$ENTER$" _/} {/_ step wait: 5000 _/}
136+
{/* step find: selector: "[title=Search]" click: true */} {/* step type: - "American Shorthair kittens" - "$ENTER$" */} {/* step wait: 5000 */}
137137

138138
![Search results](search-results.png)
139139

140-
{/_ step screenshot: search-results.png _/} {/_ test end _/}
140+
{/* step screenshot: search-results.png */} {/* test end */}
141141
```
142142

143143
**HTML example**:

0 commit comments

Comments
 (0)