summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-22 15:57:42 +0200
committerGitHub <noreply@github.com>2020-10-22 15:57:42 +0200
commit4576158a16d44d26f35dda974e1e589d3b139791 (patch)
treec153fc11a212dbca4fdbd9a2fe00ce4ca8dec8f6
parent428e2e9feebe92f4eaedfe59a42719006c1b0c70 (diff)
parent56b0dc0b3d62c65a14ad43f4b34088c577b60004 (diff)
downloadnextcloud-server-4576158a16d44d26f35dda974e1e589d3b139791.tar.gz
nextcloud-server-4576158a16d44d26f35dda974e1e589d3b139791.zip
Merge pull request #23623 from nextcloud/backport/23613/stable19
[stable19] Disable unreliable app-files.feature:108
-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