When launching the project and running the Behat tests, once logged in we encountered the following error
How to reproduce
Bug Report: Symfony error when trying to access a page with a security role
Scenario: User select Organizations
Then a Symfony error appears on the screen
Expected behavior
The page should load correctly
Expected Scenario
Bug Report: Symfony error when trying to access a page with a security role
Scenario: User select Organizations
Given the user is connected with a role_user
Then the Organizations page load
Possible solutions
The cause was there must have been a mismatch rebase on the composer.lock, the part with expression-language is not in it whereas the composer.json set it
Current Behavior
When launching the project and running the Behat tests, once logged in we encountered the following error
How to reproduce
Bug Report: Symfony error when trying to access a page with a security role
Scenario: User select Organizations Then a Symfony error appears on the screen
Expected behavior
The page should load correctly
Expected Scenario
Bug Report: Symfony error when trying to access a page with a security role
Scenario: User select Organizations Given the user is connected with a role_user Then the Organizations page load
Possible solutions
The cause was there must have been a mismatch rebase on the composer.lock, the part with expression-language is not in it whereas the composer.json set it