Skip to content

Commit e872ea8

Browse files
committed
clean up outdated test comment
1 parent f350944 commit e872ea8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-aria-components/test/TagGroup.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,6 @@ describe('TagGroup', () => {
660660
expect(onRemove).toHaveBeenCalledTimes(2);
661661
expect(onRemove).toHaveBeenLastCalledWith(new Set(['cat']));
662662

663-
// TODO: a change in behavior since taggroup is a gridlist with "tab" keyboard navigation behavior
664-
// previously you could go to the next tab via arrow keys when you were focused on the close button
665663
await user.tab({shift: true});
666664
expect(tags[0]).toHaveFocus();
667665

0 commit comments

Comments
 (0)