Merge pull request #23623 from nextcloud/backport/23613/stable19

[stable19] Disable unreliable app-files.feature:108
This commit is contained in:
Morris Jobke 2020-10-22 15:57:42 +02:00 committed by GitHub
commit 4576158a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -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