I have written one scenario to create one file(cmmn file, text like) by calling one API and I am trying to give this file as an input to next scenario in the same feature file for calling another API. Second scenario is not able to pick file which is updated by first scenario and old version of file (before getting updated) is getting picked up and hence getting the error.
Has anyone dealt this before?