diff --git a/plinth/modules/help/tests/test_functional.py b/plinth/modules/help/tests/test_functional.py index dcdc66b9d..c9b011c06 100644 --- a/plinth/modules/help/tests/test_functional.py +++ b/plinth/modules/help/tests/test_functional.py @@ -25,4 +25,5 @@ def _go_to_status_logs(browser): def _are_status_logs_shown(browser): - return browser.is_text_present('Logs begin') + return (browser.is_text_present('Logs begin') + or browser.is_text_present('Journal begins'))