Yes, just looked at your test project, and there are 2 problems:
1) You don't use one of the start events to actually spawn/place the combatants at their spots.
2) You've selected a prefab as battle spot, not the actual game object in the scene.
Once you select the 'Enemy_spawn' game object in the scene and place them in the battle start event it's working fine :)