(context)
| 630 | @step("Press down arrow") |
| 631 | @step("User presses down arrow") |
| 632 | def press_down_arrow(context): |
| 633 | sb = context.sb |
| 634 | sb.press_down_arrow() |
| 635 | |
| 636 | |
| 637 | @step("Press left arrow") |
nothing calls this directly
no test coverage detected
searching dependent graphs…