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
path: root/test
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-06-15 16:12:25 +0300
committerGitHub <noreply@github.com>2021-06-15 16:12:25 +0300
commit42acdcc304b3284c8c5c1bfc601e96bed8fdab72 (patch)
treea7a2e83c6e2b8c95aa4f9cb250884ad31dd262e9 /test
parent953262f312b1412a9531d18851f9396defd18649 (diff)
[Tests-Only] Skip public link test (#8735)
Diffstat (limited to 'test')
-rw-r--r--test/gui/tst_sharing/test.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gui/tst_sharing/test.feature b/test/gui/tst_sharing/test.feature
index fc4fa903a..b5731f7cb 100644
--- a/test/gui/tst_sharing/test.feature
+++ b/test/gui/tst_sharing/test.feature
@@ -56,7 +56,7 @@ Feature: Sharing
Then as user "Alice" the file "textfile0.txt" should have a public link on the server
And the public should be able to download the file "textfile0.txt" with password "pass123" from the last created public link by "Alice" on the server
-
+ @skip @issue-8733
Scenario: user changes the expiration date of an already existing public link using webUI
Given user "Alice" has uploaded on the server file with content "ownCloud test text file 0" to "/textfile0.txt"
And user "Alice" has set up a client with default settings
@@ -86,7 +86,7 @@ Feature: Sharing
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
-
+ @skip @issue-8733
Scenario: user changes the expiration date of an already existing public link for folder using client-UI
Given user "Alice" has created on the server folder "simple-folder"
And user "Alice" has set up a client with default settings