(context: Context)
| 212 | |
| 213 | @then("the slide height matches the new value") |
| 214 | def then_slide_height_matches_new_value(context: Context): |
| 215 | presentation = context.presentation |
| 216 | assert presentation.slide_height == Inches(3) |
| 217 | |
| 218 | |
| 219 | @then("the slide width matches the new value") |
nothing calls this directly
no test coverage detected
searching dependent graphs…