patternfly / patternfly/patternfly-react
Navigation - Add cypress tests for the inert attribute
Open
@Mash707 is already working on this.
Since May 14, 2025.
Stale
- Dominant language
- TypeScript
- Stars
- 862
- Forks
- 392
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 9
Description
Describe the enhancement or change
Follow up to #11749. After the PR is merged we need to add cypress test for the inert attribute.
- click the expandable toggle to expand it, then tab() and assert that first item is focused
- click the expandable toggle to collapse it, then tab() and assert that the first item within that section doesn't have focus
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.