1 parent 2b7936c commit 208175aCopy full SHA for 208175a
1 file changed
tests/test_tui.py
@@ -1075,7 +1075,7 @@ async def test_guards_pause_toggle() -> None:
1075
async def test_tab_bar_activate() -> None:
1076
from airlock.tui.widgets.tab_bar import TabBar
1077
1078
- app = AirlockApp()
+ app = AirlockApp(test_harness=True)
1079
async with app.run_test(size=(120, 40)) as _pilot:
1080
tab_bar = app.query_one("#tab-bar", TabBar)
1081
assert tab_bar._active == "overview"
@@ -1090,7 +1090,7 @@ async def test_tab_bar_activate() -> None:
1090
async def test_tab_bar_update_badge() -> None:
1091
1092
1093
1094
async with app.run_test(size=(120, 40)) as pilot:
1095
1096
0 commit comments