Skip to content

Commit 9696a59

Browse files
lint
1 parent 4d448d0 commit 9696a59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/api/cypress-api/element-selector-api.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Cypress uses a strategy to generate selectors that are not only based on your pr
1717

1818
This means Cypress will **attempt to follow your configured `selectorPriority`**, but may skip lower-priority options or combine multiple selectors if a single attribute isn't unique enough.
1919

20-
2120
## Syntax
2221

2322
```javascript
@@ -146,9 +145,9 @@ Cypress.ElementSelector.defaults({
146145

147146
## History
148147

149-
| Version | Changes |
150-
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
151-
| [15.0.0](/app/references/changelog#15-0-0) | Renamed `Cypress.SelectorPlayground` to `Cypress.ElementSelector`. |
148+
| Version | Changes |
149+
| ------------------------------------------ | ------------------------------------------------------------------ |
150+
| [15.0.0](/app/references/changelog#15-0-0) | Renamed `Cypress.SelectorPlayground` to `Cypress.ElementSelector`. |
152151

153152
## See also
154153

0 commit comments

Comments
 (0)