(context, file, destination)
| 802 | @step("User downloads '{file}' to '{destination}'") |
| 803 | @step('User downloads "{file}" to "{destination}"') |
| 804 | def download_file_to_destination(context, file, destination): |
| 805 | sb = context.sb |
| 806 | sb.download_file(file, destination) |
| 807 | |
| 808 | |
| 809 | @step("In '{selector}' assert attribute \'{attribute}\'") |
nothing calls this directly
no test coverage detected
searching dependent graphs…