From 9c19edaa1eb6019ef80c2356a6a9b29a543bb137 Mon Sep 17 00:00:00 2001 From: robert-costello Date: Thu, 21 Dec 2023 14:28:35 -0500 Subject: [PATCH] update tests --- corehq/apps/app_manager/tests/test_report_config.py | 2 +- corehq/apps/app_manager/tests/test_suite_case_tiles.py | 2 +- .../apps/app_manager/tests/test_suite_custom_case_tiles.py | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/corehq/apps/app_manager/tests/test_report_config.py b/corehq/apps/app_manager/tests/test_report_config.py index 8d6d64fac015..de555a422d43 100644 --- a/corehq/apps/app_manager/tests/test_report_config.py +++ b/corehq/apps/app_manager/tests/test_report_config.py @@ -504,7 +504,7 @@ def test_liveness_fixture(self): -
diff --git a/corehq/apps/app_manager/tests/test_suite_case_tiles.py b/corehq/apps/app_manager/tests/test_suite_case_tiles.py index 206dd390223e..376ebbde6bd6 100644 --- a/corehq/apps/app_manager/tests/test_suite_case_tiles.py +++ b/corehq/apps/app_manager/tests/test_suite_case_tiles.py @@ -368,7 +368,7 @@ def test_persistent_case_name_in_forms(self, *args): -
diff --git a/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py b/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py index 93f9629de3cd..3b5df18f3861 100644 --- a/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py +++ b/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py @@ -21,7 +21,8 @@ def add_columns_for_case_details(_module, field='a', format='plain', useXpathExp grid_y=1, width=3, height=1, - show_border=False) + show_border=False, + show_shading=False) column.useXpathExpression = useXpathExpression _module.case_details.short.columns = [ column, @@ -47,7 +48,7 @@ def test_custom_case_tile(self, *args): """ -
@@ -94,7 +95,7 @@ def test_custom_case_tile_address(self, *args): """ -