I have a simple Scenario.
- Given Bob logs in
- And Alice logs in
- Bob edits Article 1 and Saves it.
- Alice edits Article 1 and saves but should see that Bob already did changes.
- Alice should reload -> Alice sees changes ...
Honorable mentions : How to authenticate once in Behat environment and How to simulate two users.
My problem is that I have to Authenticate users in different sessions but the kernel always returns same session name/id. What I don't know is how can I authenticate users in sessions named according to the Mink Session name?