Skip to content

Commit d903319

Browse files
authored
test: Reinstate all tree tests
1 parent a444f4d commit d903319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/test/Tree.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ describe('Tree', () => {
840840
expect(rows[12]).toHaveAttribute('aria-label', 'Reports');
841841
});
842842

843-
it.only('should support collapse key to navigate to parent', async () => {
843+
it('should support collapse key to navigate to parent', async () => {
844844
let {getAllByRole} = render(<DynamicTree treeProps={{shouldNavigateToCollapsibleParent: true}} />);
845845
await user.tab();
846846
let rows = getAllByRole('row');

0 commit comments

Comments
 (0)