snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.84k stars 2.72k forks source link

Migrate cypress and fix virtual scroll breaks on last chunk #2853

Closed nick-lai closed 7 months ago

nick-lai commented 7 months ago

fix #2686

Link to minimal reproduction: https://codesandbox.io/s/priceless-ioana-32wfr5?file=/index.html

cc @NicolasCARPi

caseyjhol commented 7 months ago

Thanks for this!

nick-lai commented 7 months ago

I think you'll need to update .github/workflows/cypress.yml to use cypress-io/github-action@v6 as well (Cypress v10 support was added in cypress-io/github-action@v4).

The cypress-io/github-action was updated to v6 in commit 290306d.