diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-24 14:17:11 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-24 14:17:11 +0000 |
commit | aa712e2b36e6acd450038dfd39100a03d02af66e (patch) | |
tree | 0d18e5599d027e70cc79754bcbc5a708725a6b47 /features/project | |
parent | d84ca3e81530415e7d3c03c8cf7a8db5071b0bcb (diff) | |
parent | a1294e5aabcfcc50423d78184b1bb34031754519 (diff) | |
download | gitlab-ce-aa712e2b36e6acd450038dfd39100a03d02af66e.tar.gz |
Merge branch 'new-project-header-redesign' into 'master'
Dropdowns for clone. Star and Fork with new count areas. Star and Unstarred Works now
Fixes #2876 and #3482
Used existing styles. <br/>
Did not attempt to make pixel perfect as styles already exist. <br/>

See merge request !2156
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/create.feature | 1 | ||||
-rw-r--r-- | features/project/star.feature | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/features/project/create.feature b/features/project/create.feature index a86079143e5..27136798e36 100644 --- a/features/project/create.feature +++ b/features/project/create.feature @@ -1,3 +1,4 @@ +@project-create Feature: Project Create In order to get access to project sections A user with ability to create a project diff --git a/features/project/star.feature b/features/project/star.feature index a45f9c470ea..618f44fe6dc 100644 --- a/features/project/star.feature +++ b/features/project/star.feature @@ -1,3 +1,4 @@ +@project-stars Feature: Project Star Scenario: New projects have 0 stars Given public project "Community" |