summaryrefslogtreecommitdiff
path: root/features/explore/projects.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/explore/projects.feature')
-rw-r--r--features/explore/projects.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/explore/projects.feature b/features/explore/projects.feature
index 629859e960d..092e18d1b86 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
@@ -139,4 +140,4 @@ Feature: Explore Projects
When I visit the explore starred projects
Then I should see project "Community"
And I should see project "Internal"
- And I should see project "Archive"
+ And I should not see project "Archive"