From: Daniel Calviño Sánchez Date: Thu, 22 Nov 2018 04:26:01 +0000 (+0100) Subject: Add acceptance tests for opening and closing again the details view X-Git-Tag: v14.0.5RC1~83^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f9efd3162340c9e7a9a625d179b4670311243e4f;p=nextcloud-server.git Add acceptance tests for opening and closing again the details view Signed-off-by: Daniel Calviño Sánchez --- diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index c37c5054eaa..89d622493c0 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -1,5 +1,42 @@ Feature: app-files + Scenario: open and close the details view + Given I am logged in + When I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + Then I see that the details view is closed + + Scenario: open and close the details view twice + Given I am logged in + And I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + And I see that the details view is closed + When I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + Then I see that the details view is closed + + Scenario: open and close the details view again after coming back from a different section + Given I am logged in + And I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + And I see that the details view is closed + And I open the "Recent" section + And I see that the current section is "Recent" + And I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + And I see that the details view is closed + When I open the "All files" section + And I see that the current section is "All files" + And I open the details view for "welcome.txt" + And I see that the details view is open + And I close the details view + Then I see that the details view is closed + Scenario: viewing a favorite file in its folder shows the correct sidebar view Given I am logged in And I create a new folder named "other"