mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 08:31:05 +00:00
Update unit tests for Popper V2 (#32662)
This commit is contained in:
parent
3ce0a8d3ec
commit
72ef1dfdbd
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ describe('Dropdown', () => {
|
||||||
|
|
||||||
btnDropdown.addEventListener('shown.bs.dropdown', () => {
|
btnDropdown.addEventListener('shown.bs.dropdown', () => {
|
||||||
// Popper adds this attribute when we use it
|
// Popper adds this attribute when we use it
|
||||||
expect(dropdownMenu.getAttribute('x-placement')).toEqual(null)
|
expect(dropdownMenu.getAttribute('data-popper-placement')).toEqual(null)
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue