You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zombie.js
I have an application that uses AngularJs which puts up a loading message while an API call is being made. I would like to simulate a slow response from the server so that I can check for the loading message. Is there a way to have zombie send out a call but not complete the response for a specified amount of time? I am using cucumber js to write end to end tests in gherkin so I would like for all of this to work through that test framework.