Skip to content

Commit

Permalink
test fix also on non empty app
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaloog committed Dec 20, 2024
1 parent 53aecc8 commit eaa8874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app_tests/test_settings_tab_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async def test_settings_view(test_app: KanbanTui, test_db_full_path):
await pilot.pause()

assert isinstance(pilot.app.screen, MainView)
await pilot.click("#input_database_path")
assert isinstance(pilot.app.focused, Input)
assert pilot.app.focused.value == test_db_full_path.as_posix()

Expand Down

0 comments on commit eaa8874

Please sign in to comment.