Update unit tests for Popper V2

This commit is contained in:
Rohit Sharma 2020-12-28 00:00:43 +05:30
parent b05145c951
commit 2e043228f6

View file

@ -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()
})