Skip to content

Commit

Permalink
Add pause after clicking onto project screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Dec 5, 2024
1 parent fb32a81 commit be140da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_tui/tui_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ async def check_and_click_onto_existing_project(self, pilot, project_name):
Perform general TUI checks during the navigation.
"""
await pilot.click("#mainwindow_existing_project_button")
await pilot.pause()

assert isinstance(pilot.app.screen, ProjectSelectorScreen)
assert len(pilot.app.screen.project_names) == 1
Expand Down

0 comments on commit be140da

Please sign in to comment.