Disable unreliable app-files.feature:108
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f7798def38
commit
78d233276f
|
@ -105,12 +105,13 @@ Feature: app-files
|
||||||
# Then I see that the current section is "Favorites"
|
# Then I see that the current section is "Favorites"
|
||||||
# Then I see that the file list contains a file named "welcome.txt"
|
# Then I see that the file list contains a file named "welcome.txt"
|
||||||
|
|
||||||
Scenario: show shares
|
# TODO: disabled unreliable test
|
||||||
Given I am logged in
|
# Scenario: show shares
|
||||||
And I share the link for "welcome.txt"
|
# Given I am logged in
|
||||||
When I open the "Shares" section
|
# And I share the link for "welcome.txt"
|
||||||
Then I see that the current section is "Shares"
|
# When I open the "Shares" section
|
||||||
Then I see that the file list contains a file named "welcome.txt"
|
# 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
|
# Scenario: show shares for a second time
|
||||||
# Given I am logged in
|
# Given I am logged in
|
||||||
|
|
Loading…
Reference in New Issue