Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Dec 21, 2023
1 parent 0187c86 commit 9c19eda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/app_manager/tests/test_report_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def test_liveness_fixture(self):
<text/>
</title>
<field>
<style horz-align="left" font-size="small" show-border="false">
<style horz-align="left" font-size="small" show-border="false" show-shading="false">
<grid grid-height="1" grid-width="12" grid-x="0" grid-y="0"/>
</style>
<header>
Expand Down
2 changes: 1 addition & 1 deletion corehq/apps/app_manager/tests/test_suite_case_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def test_persistent_case_name_in_forms(self, *args):
<text/>
</title>
<field>
<style font-size="large" horz-align="center" show-border="false">
<style font-size="large" horz-align="center" show-border="false" show-shading="false">
<grid grid-height="1" grid-width="12" grid-x="0" grid-y="0"/>
</style>
<header>
Expand Down
7 changes: 4 additions & 3 deletions corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -47,7 +48,7 @@ def test_custom_case_tile(self, *args):
"""
<partial>
<field>
<style show-border="false">
<style show-border="false" show-shading="false">
<grid grid-height="1" grid-width="3" grid-x="1" grid-y="1"/>
</style>
<header width="13%">
Expand Down Expand Up @@ -94,7 +95,7 @@ def test_custom_case_tile_address(self, *args):
"""
<partial>
<field>
<style show-border="false">
<style show-border="false" show-shading="false">
<grid grid-height="1" grid-width="3" grid-x="1" grid-y="1"/>
</style>
<header>
Expand Down

0 comments on commit 9c19eda

Please sign in to comment.