(context)
| 87 | |
| 88 | @when("I add a page break to the document") |
| 89 | def when_add_page_break_to_document(context): |
| 90 | document = context.document |
| 91 | document.add_page_break() |
| 92 | |
| 93 | |
| 94 | @when("I add a paragraph specifying its style as a {kind}") |
nothing calls this directly
no test coverage detected
searching dependent graphs…