I've run into a Cypress bug where regardless of what branch I'm on, it's trying to run some cached version of the FE. I've tried the following:
Change branches,
uninstall and install node modules, change back, repeat
Downgrade and upgrade Cypress version
Install Cypress globally and clear its cache
Restart computer (tried on my mac and PC)
I've had this issue before, but it was easy to just restart my PC and everything was fixed, but now, it's only running code from the same branch both computers have access at some point.
Here's proof in the image. You can see where it's pointing as the error in the code, but in that opened file, the code is completely different.