(context)
| 40 | |
| 41 | @when("I call slide_layouts.remove(slide_layouts[1])") |
| 42 | def when_I_call_slide_layouts_remove(context): |
| 43 | slide_layouts = context.slide_layouts |
| 44 | slide_layouts.remove(slide_layouts[1]) |
| 45 | |
| 46 | |
| 47 | # then ==================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…