diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-17 08:59:55 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-20 08:49:31 +0100 |
commit | 10e3de7a454cc85bcf21902bb808dd1e0eec47ed (patch) | |
tree | b69174a5913c81288c52d8dae99eb627599d85c6 /features | |
parent | aff288a20c3f3891e86d317107494b1cd31e72f5 (diff) | |
download | gitlab-ce-10e3de7a454cc85bcf21902bb808dd1e0eec47ed.tar.gz |
Fixed project settings testsproject-settings
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/project.rb | 2 |
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 |