summaryrefslogtreecommitdiff
path: root/features/project/commits/commits.feature
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-12 10:00:49 +0100
committerPhil Hughes <me@iamphill.com>2016-10-12 10:00:49 +0100
commite5eab3bd000908dff4e03b9c19e88689071c81b5 (patch)
tree32e85ed38d1546db4a7fd2760bae626981e24b12 /features/project/commits/commits.feature
parent533a6fa765ad09368b42d29536c549d68ba7b8d1 (diff)
parentd3a9838065ab4cd4d1519f6d201b43c9a2b12f2c (diff)
downloadgitlab-ce-e5eab3bd000908dff4e03b9c19e88689071c81b5.tar.gz
Merge branch 'master' into all-filter-toggleall-filter-toggle
Diffstat (limited to 'features/project/commits/commits.feature')
-rw-r--r--features/project/commits/commits.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index 8b0cb90765e..1776c07e60e 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -37,6 +37,11 @@ Feature: Project Commits
Then I see commit info
And I see side-by-side diff button
+ Scenario: I browse commit from list and create a new tag
+ Given I click on commit link
+ And I click on tag link
+ Then I see commit SHA pre-filled
+
Scenario: I browse commit with ci from list
Given commit has ci status
And repository contains ".gitlab-ci.yml" file