(context: Context)
| 218 | |
| 219 | @then("the slide width matches the new value") |
| 220 | def then_slide_width_matches_new_value(context: Context): |
| 221 | presentation = context.presentation |
| 222 | assert presentation.slide_width == Inches(4) |
nothing calls this directly
no test coverage detected
searching dependent graphs…