chore(conductor): Mark track 'Fix Concurrent MMA Live GUI Tests' as complete

Fixes UI flickering between tracks in app_controller.py and an indentation bug in multi_agent_conductor.py that caused workers to crash silently.
This commit is contained in:
2026-05-07 13:30:42 -04:00
parent 6f2f539362
commit 40f0c04a91
5 changed files with 67 additions and 50 deletions
@@ -32,10 +32,9 @@ def test_mma_concurrent_tracks_stress(live_gui) -> None:
# 1. Setup mock provider
client.set_value('current_provider', 'gemini_cli')
client.set_value('gcli_path', f'"{sys.executable}" "{os.path.abspath("tests/mock_gemini_cli.py")}"')
client.set_value('gcli_path', f'"{sys.executable}" "{os.path.abspath("tests/mock_concurrent_mma.py")}"')
client.click('btn_project_save')
time.sleep(1.0)
# 2. Generate two tracks via Epic
client.set_value('mma_epic_input', 'STRESS TEST: TRACK A AND TRACK B')
client.click('btn_mma_plan_epic')