Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update element-grouping.mdx #5969

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.