Skip to content

Commit feb84a4

Browse files
severoCopilot
andauthored
Update src/components/Dropdown/Dropdown.test.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 81d2403 commit feb84a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dropdown/Dropdown.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Dropdown Component', () => {
5252
expect(div?.children[0]?.getAttribute('aria-expanded')).toBe('false')
5353
})
5454

55-
it('close dropdown when clicking inside', async () => {
55+
it('closes dropdown when clicking inside', async () => {
5656
const { container: { children: [ div ] }, getByRole, getByText } = render(
5757
<Dropdown>
5858
<div>Child 1</div>

0 commit comments

Comments
 (0)