Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-05-28 21:46:33 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-05-29 03:46:12 +0300
commit6e49d3bb949ab19e7df35590c8e011079827ac56 (patch)
treec2d9810df7c2ae0c7375d07b13707bf581de3fb6 /build/integration/sharing_features
parent45de42a6b8b34d439becfaa9bf5ccfe6cb768203 (diff)
Remove unused variables
The step names were adjusted accordingly. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'build/integration/sharing_features')
-rw-r--r--build/integration/sharing_features/sharing-v1.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/integration/sharing_features/sharing-v1.feature b/build/integration/sharing_features/sharing-v1.feature
index 51a627dc6de..8440a2d874e 100644
--- a/build/integration/sharing_features/sharing-v1.feature
+++ b/build/integration/sharing_features/sharing-v1.feature
@@ -64,7 +64,7 @@ Feature: sharing
| shareType | 3 |
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And Public shared file "welcome.txt" can be downloaded
+ And last link share can be downloaded
Scenario: Creating a new public share with password
Given user "user0" exists
@@ -75,7 +75,7 @@ Feature: sharing
| password | publicpw |
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And Public shared file "welcome.txt" with password "publicpw" can be downloaded
+ And last link share with password "publicpw" can be downloaded
Scenario: Creating a new public share of a folder
Given user "user0" exists
@@ -108,7 +108,7 @@ Feature: sharing
| expireDate | +3 days |
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And Public shared file "welcome.txt" with password "publicpw" can be downloaded
+ And last link share with password "publicpw" can be downloaded
Scenario: Creating a new public share, updating its expiration date and getting its info
Given user "user0" exists