Skip to content

Commit

Permalink
Update element-grouping.mdx (#5969)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored Oct 25, 2024
1 parent 9dae969 commit caaf15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ui-coverage/core-concepts/element-grouping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ UI Coverage groups elements that are related to one another through structural o

### Grouping Rules

- Elements are grouped by [elementgroups.md](/ui-coverage/configuration/elementgroups) configuration if defined.
- Elements are grouped by [elementgroups](/ui-coverage/configuration/elementgroups) configuration if defined.
- `label` elements are grouped with the form elements with which they are associated.
- Elements within table rows are grouped with elements that share common attributes or are in the same position in other rows of the table.
- Elements that are repeated in the DOM and share common attributes.
- Elements that are repeated in the DOM and have parent elements that share common attributes.
- Links with similar href patterns are resolved to [views.md](/ui-coverage/configuration/views) and grouped by their corresponding view.
- Links with similar href patterns are resolved to [views](/ui-coverage/configuration/views) and grouped by their corresponding view.

0 comments on commit caaf15f

Please sign in to comment.