(context)
| 266 | @step("User goes forward") |
| 267 | @step("User navigates forward") |
| 268 | def go_forward(context): |
| 269 | sb = context.sb |
| 270 | sb.go_forward() |
| 271 | |
| 272 | |
| 273 | @step("Set value of '{selector}' to '{text}'") |
nothing calls this directly
no test coverage detected
searching dependent graphs…