Skip to content
Snippets Groups Projects
Commit 1d170868 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Add acceptance tests for showing again the input field for tags

parent 57ffa9ea
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,17 @@ Feature: app-files-tags ...@@ -8,6 +8,17 @@ Feature: app-files-tags
When I open the input field for tags in the details view 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 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 Scenario: show the input field for tags in the details view after the sharing tab has loaded
Given I am logged in Given I am logged in
And I open the details view for "welcome.txt" And I open the details view for "welcome.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment