diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-24 23:25:38 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-24 23:25:38 +0300 |
commit | 2d25faf21c85df4930dfd989be4f53d9fb0be87f (patch) | |
tree | 07678739f7c93d013aa39e270fe4c6d89fc10913 /features/project/star.feature | |
parent | 420ba2119b2c63966ae60159c9216f7fdca0c469 (diff) | |
download | gitlab-ce-2d25faf21c85df4930dfd989be4f53d9fb0be87f.tar.gz |
Fix star tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/star.feature')
-rw-r--r-- | features/project/star.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/star.feature b/features/project/star.feature index d8d898155fe..3322f891805 100644 --- a/features/project/star.feature +++ b/features/project/star.feature @@ -2,12 +2,12 @@ Feature: Project Star Scenario: New projects have 0 stars Given public project "Community" When I visit project "Community" page - Then The project has 0 stars + Then The project has no stars Scenario: Empty projects show star count Given public empty project "Empty Public Project" When I visit empty project page - Then The project has 0 stars + Then The project has no stars Scenario: Signed off users can't star projects Given public project "Community" |