We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a444f4d commit d903319Copy full SHA for d903319
packages/react-aria-components/test/Tree.test.tsx
@@ -840,7 +840,7 @@ describe('Tree', () => {
840
expect(rows[12]).toHaveAttribute('aria-label', 'Reports');
841
});
842
843
- it.only('should support collapse key to navigate to parent', async () => {
+ it('should support collapse key to navigate to parent', async () => {
844
let {getAllByRole} = render(<DynamicTree treeProps={{shouldNavigateToCollapsibleParent: true}} />);
845
await user.tab();
846
let rows = getAllByRole('row');
0 commit comments