-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function .After() is called before fuction StepContext().After() #434
Comments
Interesting, thank you for raising this issue, I'll check what's happening. |
Thank you, please let me know if you need additional info. |
Also just hit this same issue 😄 |
@leonbergr @alexrudd could you check if #444 (branch You may use branched version with
or
depending if you use godog as CLI or as a library. |
I just checked with the master now. It looks ok, thank you! |
What version of godog are you using?
What version of Go are you using?
What did you do?
I have this setup (pseudo code):
What did you expect to see?
What did you see instead?
Additional context
It is probably caused by this:
godog/suite.go
Lines 108 to 110 in 239a424
The text was updated successfully, but these errors were encountered: