I try to test my rendering some ESI cached block in my page.
In dev environment the block is present.
But when i launch test and try to assert the element the crawler does not find it.
This is the element :
{{ render_esi(url('app_esi_stars_we_talk_about', {'limit': 12, 'limitPeoplePortrait': 0})) }}
The parameter of ESI is enabled for all environments
Anyone has an idea about configuring symfony to make ESI blocks apear in test environment