diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-06-09 03:02:33 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-06-09 03:02:33 +0200 |
commit | be02b3df28ca9e2f45316594c2caaa680e74f676 (patch) | |
tree | 65c8055640246b9630f88baa22a826b95298e745 /tests/acceptance/features/app-files.feature | |
parent | 3678be045ee03af574875952f071704a6a4c6000 (diff) | |
download | nextcloud-server-be02b3df28ca9e2f45316594c2caaa680e74f676.tar.gz nextcloud-server-be02b3df28ca9e2f45316594c2caaa680e74f676.zip |
Add acceptance tests for showing the input field for tags
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/features/app-files.feature')
-rw-r--r-- | tests/acceptance/features/app-files.feature | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index 6779b37e145..8d32508513a 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -52,3 +52,19 @@ Feature: app-files And I authenticate with password "fedcba" Then I see that the current page is the Authenticate page for the shared link I wrote down And I see that a wrong password for the shared file message is shown + + Scenario: show the input field for tags in the details view + Given I am logged in + And I open the details view for "welcome.txt" + And I see that the details view for "All files" section 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" + And I see that the details view for "All files" section is open + And I open the "Sharing" tab in the details view + And I see that the "Sharing" tab in the details view is eventually loaded + 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 |