Skip to content

Commit

Permalink
Update js/tests/unit/dropdown.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot committed Sep 2, 2022
1 parent 2a3e5f1 commit b6b7f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/dropdown.spec.js
Expand Up @@ -1491,7 +1491,7 @@ describe('Dropdown', () => {
expect(spy).toHaveBeenCalledWith(dropdownToggle2)
})

it('should be able to show the good menu, even with multiple dropdowns in the same tag', () => {
it('should be able to show the proper menu, even with multiple dropdowns in the same tag', () => {
fixtureEl.innerHTML = [
'<div class="dropdown">',
' <button id="dropdown1" class="btn dropdown-toggle" data-bs-toggle="dropdown">Dropdown toggle</button>',
Expand Down

0 comments on commit b6b7f17

Please sign in to comment.