diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-22 17:37:26 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-22 17:37:26 +0000 |
commit | 62f4a9de1997fb1281e4d73753d157d2e29940c4 (patch) | |
tree | c6c1fa4b4d9a0e768f625db7021d4a2cd9c13874 /features/explore | |
parent | 5803a5308f5a7a84cc84dd0a7d8a89565bae0717 (diff) | |
download | gitlab-ce-62f4a9de1997fb1281e4d73753d157d2e29940c4.tar.gz |
Users don't get instructions to push to other users empty projects
Fixes #12518
Diffstat (limited to 'features/explore')
-rw-r--r-- | features/explore/projects.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/explore/projects.feature b/features/explore/projects.feature index 629859e960d..7df6b6f09ba 100644 --- a/features/explore/projects.feature +++ b/features/explore/projects.feature @@ -87,6 +87,7 @@ Feature: Explore Projects Scenario: I visit public project issues page as a non authorized user Given I visit project "Community" page + Then I should not see command line instructions And I visit "Community" issues page Then I should see list of issues for "Community" project |