Skip to content

Commit 4576158

Browse files
authored
Merge pull request #23623 from nextcloud/backport/23613/stable19
[stable19] Disable unreliable app-files.feature:108
2 parents 428e2e9 + 56b0dc0 commit 4576158

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/acceptance/features/app-files.feature

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,13 @@ Feature: app-files
105105
# Then I see that the current section is "Favorites"
106106
# Then I see that the file list contains a file named "welcome.txt"
107107

108-
Scenario: show shares
109-
Given I am logged in
110-
And I share the link for "welcome.txt"
111-
When I open the "Shares" section
112-
Then I see that the current section is "Shares"
113-
Then I see that the file list contains a file named "welcome.txt"
108+
# TODO: disabled unreliable test
109+
# Scenario: show shares
110+
# Given I am logged in
111+
# And I share the link for "welcome.txt"
112+
# When I open the "Shares" section
113+
# Then I see that the current section is "Shares"
114+
# Then I see that the file list contains a file named "welcome.txt"
114115

115116
# Scenario: show shares for a second time
116117
# Given I am logged in

0 commit comments

Comments
 (0)