File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,21 +123,21 @@ To search for American Shorthair kittens,
123123Here's the same example using ** YAML syntax** in Markdown:
124124
125125``` markdown
126- {/_ test testId: kitten-search _ /}
126+ {/* test testId: kitten-search * /}
127127
128128To search for American Shorthair kittens,
129129
1301301. Go to [Google](https://www.google.com).
131131
132- {/_ step goTo: https://www.google.com _ /}
132+ {/* step goTo: https://www.google.com * /}
133133
1341342. 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
139139
140- {/_ step screenshot: search-results.png _ /} {/_ test end _ /}
140+ {/* step screenshot: search-results.png * /} {/* test end * /}
141141```
142142
143143** HTML example** :
You can’t perform that action at this time.
0 commit comments