- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
Opening the issue after quickly chatting with mgol on IRC
I made a branch to update jQuery to v3.6.0 intwbs/bootstrap#33243. I notice our BrowserStack tests fail consistently on Internet Explorer 10 and 11. v3.5.1 works fine.
git clone https://github.com/twbs/bootstrap.git -b v4-dev-xmr-update-jquerynpm inpm run js-test-cloud#assumes you have BrowserStack credentials set up
The failures seem to point tohttps://github.com/twbs/bootstrap/blob/v4-dev/js/tests/unit/dropdown.js#L860 andhttps://github.com/twbs/bootstrap/blob/v4-dev/js/tests/unit/dropdown.js#L870
EDIT: using jQuery v3.3.1 also works fine.