Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Better test name
  • Loading branch information
ciampo committed Oct 3, 2024
commit 70997a6edf4a787741c9ad61a72684d296ad7fca
2 changes: 1 addition & 1 deletion packages/components/src/composite/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function RemoveItemTest( props: ComponentProps< typeof Composite > ) {
}

describe( 'Composite', () => {
it( 'should remain focussable even when there is no elements in the DOM associated with the currently active ID', async () => {
it( 'should remain focusable even when there are no elements in the DOM associated with the currently active ID', async () => {
await renderAndValidate( <RemoveItemTest /> );

const toggleButton = screen.getByRole( 'button', {
Expand Down