@@ -52,6 +52,7 @@ def test_get_document_with_all_fields(
5252 fields_at_end = ["custom" , "bla" ],
5353 sidebar_work_item_fields = ["id" ],
5454 fields_at_end_as_table = True ,
55+ no_page_break = True ,
5556 ),
5657 ),
5758 ],
@@ -89,6 +90,7 @@ def test_create_new_document(
8990 fields_at_end = ["custom" ],
9091 sidebar_work_item_fields = ["id" ],
9192 fields_at_end_as_table = True ,
93+ no_page_break = True ,
9294 ),
9395 ),
9496 data_models .RenderingLayout (
@@ -97,6 +99,7 @@ def test_create_new_document(
9799 layouter = data_models .Layouter ("paragraph" ),
98100 properties = data_models .RenderingProperties (
99101 fields_at_start = ["id" ],
102+ no_page_break = False ,
100103 ),
101104 ),
102105 ],
@@ -166,6 +169,7 @@ def test_update_document(
166169 fields_at_end = ["custom" ],
167170 sidebar_work_item_fields = ["id" ],
168171 hidden = True ,
172+ no_page_break = True ,
169173 ),
170174 ),
171175 data_models .RenderingLayout (
@@ -174,6 +178,7 @@ def test_update_document(
174178 layouter = data_models .Layouter ("paragraph" ),
175179 properties = data_models .RenderingProperties (
176180 fields_at_start = ["id" ],
181+ no_page_break = False ,
177182 ),
178183 ),
179184 ],
0 commit comments