mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
help: Update status log test
Check for either "Logs begin" (stable) or "Journal begins" (testing/unstable). Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
f5b34704ee
commit
925903e72b
@ -25,4 +25,5 @@ def _go_to_status_logs(browser):
|
|||||||
|
|
||||||
|
|
||||||
def _are_status_logs_shown(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'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user