I hope you can understand my question. From an Angular application I am consuming a service, the service waits the answer of another URL and depending on that answer certain instructions must be executed but in an ASYNCRONA way, for example if the answer is "true" then 3 instructions are executed asyncrona. I have tried but I get an error that I detail below. ( Note that this is a test example )
- driver
- testAsync method
- Asynchronous method: actionTrue (method action 1 equals action2 and action3)
- Error that PostMan launches