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/gui
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-06-14 13:02:51 +0300
committerGitHub <noreply@github.com>2021-06-14 13:02:51 +0300
commitcb5e7ea8921486fa6fbd331bd6257a948f9465af (patch)
treef07d90ee62bbbb790b39bbae255d24d4190c1de5 /test/gui
parent4d9fee96838c729407bc2722fa7b3d06cecf573b (diff)
[Tests-Only]Run smokeTest on CI (#8719)
* [Tests-Only]Run smokeTest on CI * run remaining test on one pipeline * fix invalid pipline dependency
Diffstat (limited to 'test/gui')
-rw-r--r--test/gui/tst_sharing/test.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gui/tst_sharing/test.feature b/test/gui/tst_sharing/test.feature
index fe8d85eaa..72ed92f4b 100644
--- a/test/gui/tst_sharing/test.feature
+++ b/test/gui/tst_sharing/test.feature
@@ -8,6 +8,7 @@ Feature: Sharing
Background:
Given user "Alice" has been created on the server with default attributes and without skeleton files
+ @smokeTest
Scenario: simple sharing
Given user "Brian" has been created on the server with default attributes and without skeleton files
And user "Alice" has uploaded on the server file with content "ownCloud test text file 0" to "/textfile0.txt"