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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-05-25 12:04:19 +0300
committerGitHub <noreply@github.com>2021-05-25 12:04:19 +0300
commit808284d75bb23a85de3c8068051995dbbf8e18d2 (patch)
tree28b1f60e6bc8e3523dd65dee0cbc8aeebdd93c3d /test/gui/tst_sharing/test.feature
parenta64b638468455a6e2edf185578d7c3be3a888d9b (diff)
[tests-only]POM for sharing (#8634)
Diffstat (limited to 'test/gui/tst_sharing/test.feature')
-rw-r--r--test/gui/tst_sharing/test.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gui/tst_sharing/test.feature b/test/gui/tst_sharing/test.feature
index e434ed566..c0b62be12 100644
--- a/test/gui/tst_sharing/test.feature
+++ b/test/gui/tst_sharing/test.feature
@@ -81,7 +81,7 @@ Feature: Sharing
Scenario: simple sharing of a folder by public link with password
Given user "Alice" has created on the server folder "simple-folder"
And user "Alice" has set up a client with default settings and password "1234"
- When the user creates a new public link with permissions "Download / View " for folder "%client_sync_path%/simple-folder" with password "pass123" using the client-UI
+ When the user creates a new public link with permissions "Download / View" for folder "%client_sync_path%/simple-folder" with password "pass123" using the client-UI
Then as user "Alice" the folder "simple-folder" should have a public link on the server
And the public should be able to download the folder "lorem.txt" with password "pass123" from the last created public link by "Alice" on the server