(context, file)
| 791 | @step("User downloads '{file}' to downloads") |
| 792 | @step('User downloads "{file}" to downloads') |
| 793 | def download_file(context, file): |
| 794 | sb = context.sb |
| 795 | sb.download_file(file) |
| 796 | |
| 797 | |
| 798 | @step("Download '{file}' to '{destination}'") |
nothing calls this directly
no test coverage detected
searching dependent graphs…