Hello everyone. I'm having a problem with a test.
The scenario in summary is the following:
I arrive at a checkout, I give him pay.
A modal is displayed with a 'loading' and after about 4 seconds some input appears to enter a code sent to the mail.
That happens whenever I run it manually in an incognito window... but when I run my test with Cypress, the modal with 'loading' is displayed but the inputs to enter the codes never appear.
Do you suddenly have any idea where the issue is going and how it could be solved?
What I have shown is that I do not know why in Cypress there are no calls to services that I think are what causes the input to be loaded.
I am attaching images to help me understand better.