https://cypress.io logo
Hi, I need some help. I have an app that after vis...
# e2e-testing
g
Hi, I need some help. I have an app that after visiting the base URL it fetches some endpoint. The GET request was called three times. The issue was fixed and the request is called only once. I want to write Cypress test that will spy on the request and confirm that was called only once. How to do it? Any ideas?