(context)
| 250 | @step("User refreshes the page") |
| 251 | @step("User reloads the page") |
| 252 | def refresh_page(context): |
| 253 | sb = context.sb |
| 254 | sb.refresh_page() |
| 255 | |
| 256 | |
| 257 | @step("Go back") |
nothing calls this directly
no test coverage detected
searching dependent graphs…