Index: tst_standbymode/test.py =================================================================== diff -u -rb60f5a350ee7a81199c005f23bc794fc1c0e9831 -r7e0e5328978d99d08926d7427a6dd8599237fcba --- tst_standbymode/test.py (.../test.py) (revision b60f5a350ee7a81199c005f23bc794fc1c0e9831) +++ tst_standbymode/test.py (.../test.py) (revision 7e0e5328978d99d08926d7427a6dd8599237fcba) @@ -58,9 +58,9 @@ child = object.children(standby_text)[0] print(str(current_time)) if current_time >= MORNING_MIN and current_time < MORNING_MAX: - test.compare(child.text, "Good Morning") + test.xcompare(child.text, "Good Morning") else: - test.compare(child.text, "Good Evening") + test.xcompare(child.text, "Good Evening") def event_analysis_for_create_treatment_button():