mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 05:50:47 -05:00
8220c522b7
* remove jquery patch BREAKING: remove the patch that was preventing width/height calculation changes * changelog entry * fix issue link * Update halfScrollPixels to width/height that jQuery returns * Update scroll tests to properly check for half with no scrollbar * remove passing variable that doesn't exist in jquery scrollto * bump to jQuery 3.5.0 + fix invalid DOM in tests * bump down jquery - got too excited * Fix the tests to be accurate * bump jquery * switch to client, see what breaks * Repatch jquery and update tests back to old logic * add dep changelog entry * remove test that's reliant on deprecated jQuery focus * update test to follow cypress conventions for chaining * Update regex to include jQuery stack traces as well as sizzle since jQuery is moving away from sizzle * update changelog * update focus link to fix it * added patch for :focus selector * Move changelog entry to 4.0 --------- Co-authored-by: Matthew Schile <mschile@cypress.io>