diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-06 14:44:08 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-06 14:44:08 +0100 |
| commit | ed757ef6e3aab55c8fe0f2c1efdd79d65025c550 (patch) | |
| tree | 90f2e474f46b354704f2133808fd71ebd28cb2fb /features/project/commits | |
| parent | cea2afa85ed81abfa809a622ca3a548f770ad228 (diff) | |
| download | gitlab-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.feature | 9 |
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 |
