Hello people, I have this scenario in my mind where one of the step makes an asynchronous call at the GUI (this call is supposed to persist some data in to the database ) and then executes the next *step* present in the scenario which actually makes some DB call over the data that has been just changed by the previous asych. call .
In such a case we would like to implicitly wait for next step to begin execution or wait till some event happens . Do we have such a feature built in our JBehave to take care of such a situation ? Thanks, Bhuvnesh Pratap
