TechIsHiring / techishiring-website

A space where great Engineers and great jobs can find each other! We're on Twitter and LinkedIn and have a newsletter on Substack!
https://www.techishiring.com
MIT License
52 stars 34 forks source link

Extraneous API calls triggered when mousing over calls in Cypress #169

Open dgodongm opened 11 months ago

dgodongm commented 11 months ago

When I run the homepage e2e tests in Cypress, and then hover over the API calls in the Cypress results log view, then additional calls start showing up in the Cypress results logs and browser network debugger.

Not clear if this is an app issue or Cypress's Time Travel debugging, or combination of the two, but it can be quite annoying.

Here's a screen recording showing the issue:

https://github.com/TechIsHiring/techishiring-website/assets/123777263/76b06920-fd33-4cb0-ad29-cb1586da80c4

dgodongm commented 11 months ago

@marktnoonan Any ideas what's going on here?