i need to inject two services to my e2e test to test my service, first UrlDecoratorService second is APIFetcherService how to do that in e2e testing (protractor)?
this is two question i posted to understand my problem.
and right know i don't find the solution.