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
In order to minify errors after changing texts on frontend we should get translations directly from the frontend's en.json, fr.json files.
It can be achieved by reading these files from a FeatureContext.php file method like getTranslationWithCode(locale).
Simplify FeatureContext.php
Make FeatureContext.php contains just features methods like "Before", "BeforeStep" etc. So the steps methods like "I click", "I see" should be added as traits.
These traits can be separated to groups: Base("I click", "I see"), Group("I publish", "I assign"), Specific("I see something in specific modal")