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
Currently when "do_something_new" fails in the output we only see new_action;;do_something_new message. It would be nice to be able to see a full chain like
old_action
::new_action
::do_something_new
BR
The text was updated successfully, but these errors were encountered:
Hi.
When(old_action)
{
Then(do_something_old){}
};
Currently when "do_something_new" fails in the output we only see new_action;;do_something_new message. It would be nice to be able to see a full chain like
old_action
::new_action
::do_something_new
BR
The text was updated successfully, but these errors were encountered: