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
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
I would like to use MinkContext functions in FeatureContext and other Context named as ApiContext. But when I try to use, I got below error.
Is there anyone who solved this issue? Thanks.
Step "the response should be json" is already defined in FeatureContext::theResponseShouldBeJson()
My FeatureContext class like: class FeatureContext extends MinkContext
My ApiContext class like: class ApiContext extends FeatureContext implements Context