(context)
| 145 | |
| 146 | @when("I call placeholder.insert_table(rows=2, cols=3)") |
| 147 | def when_I_call_placeholder_insert_table(context): |
| 148 | placeholder = context.shape |
| 149 | context.placeholder = placeholder.insert_table(2, 3) |
| 150 | |
| 151 | |
| 152 | @when("I indent the first paragraph") |
nothing calls this directly
no test coverage detected
searching dependent graphs…