Skip to content

Commit 8322f54

Browse files
committed
docs: udpate comments in examples
1 parent fb1e942 commit 8322f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Click an element on the page using semantic queries (`testing-library`-style) or
199199

200200
**Examples:**
201201
```javascript
202-
// Semantic queries (preferred)
202+
// Testing Library strategy
203203
{
204204
locator: {
205205
strategy: "testing-library",
@@ -225,7 +225,7 @@ Click an element on the page using semantic queries (`testing-library`-style) or
225225
}
226226
}
227227

228-
// CSS selector fallback
228+
// WebdriverIO strategy
229229
{
230230
locator: {
231231
strategy: "webdriverio",

0 commit comments

Comments
 (0)