]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add acceptance tests for showing again the input field for tags
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 22 Nov 2018 04:26:45 +0000 (05:26 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 22 Nov 2018 16:43:58 +0000 (17:43 +0100)
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/app-files-tags.feature

index 3da24b7e1c25c125579da5fae1682664d61e08a3..d606c7a88a4928957b500081e67abe55ae8e6889 100644 (file)
@@ -8,6 +8,17 @@ Feature: app-files-tags
     When I open the input field for tags in the details view
     Then I see that the input field for tags in the details view is shown
 
+  Scenario: show the input field for tags in the details view after closing and opening the details view again
+    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 details view for "welcome.txt"
+    And I see that the details view is open
+    When I open the input field for tags in the details view
+    Then I see that the input field for tags in the details view is shown
+
   Scenario: show the input field for tags in the details view after the sharing tab has loaded
     Given I am logged in
     And I open the details view for "welcome.txt"