(context)
| 644 | @step("Press right arrow") |
| 645 | @step("User presses right arrow") |
| 646 | def press_right_arrow(context): |
| 647 | sb = context.sb |
| 648 | sb.press_right_arrow() |
| 649 | |
| 650 | |
| 651 | @step("Clear all cookies") |
nothing calls this directly
no test coverage detected
searching dependent graphs…