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
If I copy the step definition that makes the request from the gem and paste it in the features/step_definitions/custom_steps.rb (with some parameter modifications) and use this custom step in a scenario, the JSON response step throws the following error :
No response yet. Request a page first. (Rack::Test::Error)
I can see that the controller action is receiving the request and a Rack::MockSession is created. Any clue why the error occurs ?
I know it's hard to understand the problem with such a vague description. Please let me know what other information will be helpful to point out the problem here. Thanks !
The text was updated successfully, but these errors were encountered:
If I copy the step definition that makes the request from the gem and paste it in the
features/step_definitions/custom_steps.rb
(with some parameter modifications) and use this custom step in a scenario, the JSON response step throws the following error :I can see that the controller action is receiving the request and a Rack::MockSession is created. Any clue why the error occurs ?
I know it's hard to understand the problem with such a vague description. Please let me know what other information will be helpful to point out the problem here. Thanks !
The text was updated successfully, but these errors were encountered: