After waiting, cypress test runner displays 404 page error #14186
Unanswered
scrumvisualize
asked this question in
Questions and Help
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my php web application, there is a page where I perform search for some details and click on some button will display a dialog box.
On click on "OK" button in the dialog, system trigger a 'POST" request first.
common/ajax/startProcess.php
(POST)After sending the POST request, system start sending the "GET" request continuously, later after 35 seconds system display the whole data in a page.
In order to test the above case, I have created below route, but after waiting for some time in cypress test runner it displays a 404 page error ! I have test this manually and it looks good, it displays data after 35 seconds.
Does anyone experience similar behaviour in latest cypress version ? I have tried both in chrome/electron
Settings:
cypress version: 6.1.0
Windows 10 operating system
chromeWebSecurity: false
cypress-cucumber-preprocessor
Beta Was this translation helpful? Give feedback.
All reactions