adress review
This commit is contained in:
committed by
Phil Davis
parent
2693161164
commit
ea9bf8d80b
@@ -20,7 +20,7 @@ Feature: Public can download folders from project space public link
|
|||||||
And user "Alice" has created a public link share of the space "new-space" with settings:
|
And user "Alice" has created a public link share of the space "new-space" with settings:
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| name | someName |
|
| name | someName |
|
||||||
When public downloads the folder "NewFolder" of space "new-space" from the last created public link of "Alice" using the resource id
|
When public downloads the folder "NewFolder" of space "new-space" from the last created public link of "Alice"
|
||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the downloaded tar archive should contain these files:
|
And the downloaded tar archive should contain these files:
|
||||||
| name | content |
|
| name | content |
|
||||||
@@ -36,7 +36,7 @@ Feature: Public can download folders from project space public link
|
|||||||
| shareType | 3 |
|
| shareType | 3 |
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| name | public link |
|
| name | public link |
|
||||||
When public downloads the folder "NewFolder/folder" of space "new-space" from the last created public link of "Alice" using the resource id
|
When public downloads the folder "NewFolder/folder" of space "new-space" from the last created public link of "Alice"
|
||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the downloaded tar archive should contain these files:
|
And the downloaded tar archive should contain these files:
|
||||||
| name | content |
|
| name | content |
|
||||||
|
|||||||
@@ -3091,7 +3091,7 @@ class SpacesContext implements Context {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @When /^public downloads the folder "([^"]*)" of space "([^"]*)" from the last created public link of "([^"]*)" using the resource id$/
|
* @When /^public downloads the folder "([^"]*)" of space "([^"]*)" from the last created public link of "([^"]*)"$/
|
||||||
*
|
*
|
||||||
* @param string $resource
|
* @param string $resource
|
||||||
* @param string $space
|
* @param string $space
|
||||||
|
|||||||
Reference in New Issue
Block a user