Cypress not catching click event , API call is not triggered #19529
Unanswered
Gayathri-Kesavakannan
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cypress not catching click event triggered hence api end points are not called for multiple containers
It’s very difficult to explain issue , tried my best any hints are really appreciated
I can’t share any application details
I have a main UI application interacting with couple of backend components.API calls are made to endpoints with the same base URL but api containers are different based on component
Manual Test steps;
In cypress runner for step 4 only 1 api call for container 1 is triggered with 200 success response
Unfortunately second api call for container 2 was not triggered
Asked developers abt this , suggestion was cypress is not catching triggers , container 2 is not reachable from container 1
I am stuck here , not sure what to search too or ask developers. Any one noticed similar issue ?? Thanks
Beta Was this translation helpful? Give feedback.
All reactions