You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am trying to send email with async behavior. I have written worker for that and calling method of worker with _async with some hash as a parameter. i.e. Worker.perfrom_async({}). Now When I am testing email received with cucumber it doesn't appear that email is received. I am testing like email count should be 1. What could be the reason ? I am thinking that performing task written in Worker executes in different environment (i.e. sidekiq environment) in which cucumber can't be able to access email. Any suggestion would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi there, I am trying to send email with async behavior. I have written worker for that and calling method of worker with _async with some hash as a parameter. i.e. Worker.perfrom_async({}). Now When I am testing email received with cucumber it doesn't appear that email is received. I am testing like email count should be 1. What could be the reason ? I am thinking that performing task written in Worker executes in different environment (i.e. sidekiq environment) in which cucumber can't be able to access email. Any suggestion would be appreciated.
The text was updated successfully, but these errors were encountered: