Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
1d170868
Commit
1d170868
authored
6 years ago
by
Daniel Calviño Sánchez
Browse files
Options
Downloads
Patches
Plain Diff
Add acceptance tests for showing again the input field for tags
Signed-off-by:
Daniel Calviño Sánchez
<
danxuliu@gmail.com
>
parent
57ffa9ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/acceptance/features/app-files-tags.feature
+11
-0
11 additions, 0 deletions
tests/acceptance/features/app-files-tags.feature
with
11 additions
and
0 deletions
tests/acceptance/features/app-files-tags.feature
+
11
−
0
View file @
1d170868
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment