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:
authorMorris Jobke <hey@morrisjobke.de>2020-10-21 22:53:29 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-21 22:53:29 +0300
commit8128913dff34ba951b55831239548b1c596af2f1 (patch)
treedf8354b144e5b2c454e8d06b5387b5b89d0c2036 /tests/acceptance/features
parent8676882bcba0fa149dc8cd5fa87dbcd95eb67264 (diff)
Disable unreliable app-files.feature:108
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/acceptance/features')
-rw-r--r--tests/acceptance/features/app-files.feature13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature
index 1117815ddab..793504443da 100644
--- a/tests/acceptance/features/app-files.feature
+++ b/tests/acceptance/features/app-files.feature
@@ -105,12 +105,13 @@ Feature: app-files
# Then I see that the current section is "Favorites"
# Then I see that the file list contains a file named "welcome.txt"
- Scenario: show shares
- Given I am logged in
- And I share the link for "welcome.txt"
- When I open the "Shares" section
- Then I see that the current section is "Shares"
- Then I see that the file list contains a file named "welcome.txt"
+# TODO: disabled unreliable test
+# Scenario: show shares
+# Given I am logged in
+# And I share the link for "welcome.txt"
+# When I open the "Shares" section
+# Then I see that the current section is "Shares"
+# Then I see that the file list contains a file named "welcome.txt"
# Scenario: show shares for a second time
# Given I am logged in