Skip to content

Commit

Permalink
Revert "Make CI run with weekly cron job. (#414)"
Browse files Browse the repository at this point in the history
This reverts commit 2cc8390.
  • Loading branch information
JoeZiminski committed Dec 4, 2024
1 parent 003809e commit 6c0c6ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/tests_tui/test_tui_get_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ async def test_light_dark_mode(self, empty_project_paths):
)

assert (
"For help getting started, check out the"
in pilot.app.screen.query_one("#get_help_label").renderable
"For help getting started, check out the Documentation"
in pilot.app.screen.query_one(
"#get_help_label"
).renderable._text[0]
)

await self.scroll_to_click_pause(pilot, "#all_main_menu_buttons")
Expand Down

0 comments on commit 6c0c6ef

Please sign in to comment.