File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
tests/acceptance/features Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments