expect(fixedEl.getAttribute('data-bs-padding-right')).toEqual(`${originalPadding}px`,'original fixed element padding should be stored in data-bs-padding-right')
expect(currentPadding).toEqual(expectedPadding,'fixed element padding should be adjusted while opening')
expect(stickyTopEl.getAttribute('data-bs-margin-right')).toEqual(`${originalMargin}px`,'original sticky element margin should be stored in data-bs-margin-right')
expect(currentMargin).toEqual(expectedMargin,'sticky element margin should be adjusted while opening')
it('should not put data-attribute if element doesn\'t have the proper style property, should just remove style property if element didn\'t had one',()=>{