You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this steps only use the old webdav and not obeying what is said in Given using <dav_version> DAV path
@When /^the public downloads the last public shared file with range "([^"]*)" using the old WebDAV API$/
@When /^the public downloads file "([^"]*)" from inside the last public shared folder with range "([^"]*)" using the old WebDAV API$/
@When /^the public downloads file "([^"]*)" from inside the last public shared folder with password "([^"]*)" with range "([^"]*)" using the old WebDAV API$/
@Then /^the public should be able to download the range "([^"]*)" of file "([^"]*)" from inside the last public shared folder with password "([^"]*)" and the content should be "([^"]*)"$/ -> it uses publicDownloadsTheFileInsideThePublicSharedFolderWithPassword()
The text was updated successfully, but these errors were encountered:
phil-davis
changed the title
fix steps, so that they really use old/new webdav path
fix API acceptance test steps, so that they really use old/new webdav path
Sep 24, 2018
this steps only use the old webdav and not obeying what is said in
Given using <dav_version> DAV path
@When /^the public downloads the last public shared file with range "([^"]*)" using the old WebDAV API$/
@When /^the public downloads file "([^"]*)" from inside the last public shared folder with range "([^"]*)" using the old WebDAV API$/
@When /^the public downloads file "([^"]*)" from inside the last public shared folder with password "([^"]*)" with range "([^"]*)" using the old WebDAV API$/
@Then /^the public should be able to download the range "([^"]*)" of file "([^"]*)" from inside the last public shared folder with password "([^"]*)" and the content should be "([^"]*)"$/
-> it usespublicDownloadsTheFileInsideThePublicSharedFolderWithPassword()
The text was updated successfully, but these errors were encountered: