diff --git a/tests/tests_tui/test_tui_get_help.py b/tests/tests_tui/test_tui_get_help.py index 2f29e188..b24a2244 100644 --- a/tests/tests_tui/test_tui_get_help.py +++ b/tests/tests_tui/test_tui_get_help.py @@ -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")