summaryrefslogtreecommitdiff
path: root/features/project/commits
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-06 14:44:08 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-06 14:44:08 +0100
commited757ef6e3aab55c8fe0f2c1efdd79d65025c550 (patch)
tree90f2e474f46b354704f2133808fd71ebd28cb2fb /features/project/commits
parentcea2afa85ed81abfa809a622ca3a548f770ad228 (diff)
downloadgitlab-ce-ed757ef6e3aab55c8fe0f2c1efdd79d65025c550.tar.gz
Rewrite remove tag test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/tags.feature9
1 files changed, 1 insertions, 8 deletions
diff --git a/features/project/commits/tags.feature b/features/project/commits/tags.feature
index 02f399f7cad..24fb84d1cc9 100644
--- a/features/project/commits/tags.feature
+++ b/features/project/commits/tags.feature
@@ -29,13 +29,6 @@ Feature: Project Commits Tags
@javascript
Scenario: I delete a tag
+ Given I visit tag 'v1.1.0' page
Given I delete tag 'v1.1.0'
Then I should not see tag 'v1.1.0'
-
- @javascript
- Scenario: I delete all tags and see info message
- Given I delete all tags
- Then I should see tags info message
-
- # @wip
- # Scenario: I can download project by tag