This fixes the epic issues caused by a race condition from recent canges.
The epic was checking the bbox to see if the map was present. Now it checks cener (bbox is set in a second time by change_map_view, and it could happen before the check . A second map presence check is not required.
Moreover this PR restores tests and skip the test of this specific epic, because was too wired to old services in test environment and it doesn't work anymore.
This fixes the epic issues caused by a race condition from recent canges. The epic was checking the bbox to see if the map was present. Now it checks cener (bbox is set in a second time by change_map_view, and it could happen before the check . A second map presence check is not required.
Moreover this PR restores tests and skip the test of this specific epic, because was too wired to old services in test environment and it doesn't work anymore.