Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable unreliable app-files.feature:108
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke authored and backportbot[bot] committed Oct 22, 2020
commit 78d233276fed66a1fc906d344c546f00151fddd6
13 changes: 7 additions & 6 deletions tests/acceptance/features/app-files.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down