diff options
author | Akram FARES <akramfares@gmail.com> | 2016-09-26 15:46:30 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-06 18:37:06 +0200 |
commit | 5c7904d786c5f176d94753b2db5c9efaa23a80fe (patch) | |
tree | 40a942419c54b05ae5c18da5455449fe12c9d203 /features/project | |
parent | 21f0c27aac3be09f3c8288e32668982524b13f4b (diff) | |
download | gitlab-ce-5c7904d786c5f176d94753b2db5c9efaa23a80fe.tar.gz |
Add tag shortcut from the Commit page
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/commits/commits.feature | 5 |
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 |