summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-17 08:59:55 +0100
committerPhil Hughes <me@iamphill.com>2016-05-20 08:49:31 +0100
commit10e3de7a454cc85bcf21902bb808dd1e0eec47ed (patch)
treeb69174a5913c81288c52d8dae99eb627599d85c6
parentaff288a20c3f3891e86d317107494b1cd31e72f5 (diff)
downloadgitlab-ce-project-settings.tar.gz
Fixed project settings testsproject-settings
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index ea5f9580308..ce9ea7ee18a 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -95,7 +95,7 @@ module SharedProject
step 'I should see project settings' do
expect(current_path).to eq edit_namespace_project_path(@project.namespace, @project)
expect(page).to have_content("Project name")
- expect(page).to have_content("Features:")
+ expect(page).to have_content("Features")
end
def current_project