Update unit tests for Popper V2
This commit is contained in:
parent
b05145c951
commit
2e043228f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1006,7 +1006,7 @@ describe('Dropdown', () => {
|
|||
|
||||
dropdownEl.addEventListener('shown.bs.dropdown', () => {
|
||||
// Popper adds this attribute when we use it
|
||||
expect(dropdownMenu.getAttribute('x-placement')).toEqual(null)
|
||||
expect(dropdownMenu.getAttribute('data-popper-placement')).toEqual(null)
|
||||
done()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue