summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
diff options
context:
space:
mode:
authorMike Greiling <mgreiling@gitlab.com>2017-09-07 18:07:40 +0000
committerPhil Hughes <me@iamphill.com>2017-09-07 18:07:40 +0000
commit03b14b48a07e3bcab53b273bbeccdba1ef921ac2 (patch)
treef41b966fa0ea4e2b279be894ba9c59578e94e1fc /features/steps/shared/project.rb
parent21b16c5a168ebd79c6a5bcb9633752ecf4958089 (diff)
downloadgitlab-ce-03b14b48a07e3bcab53b273bbeccdba1ef921ac2.tar.gz
Resolve "Make project and features visibility settings less confusing"
Diffstat (limited to 'features/steps/shared/project.rb')
-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 605c9a3ab71..96cc0745e97 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -89,7 +89,7 @@ module SharedProject
step 'I should see project settings' do
expect(current_path).to eq edit_project_path(@project)
expect(page).to have_content("Project name")
- expect(page).to have_content("Sharing and permissions")
+ expect(page).to have_content("Permissions")
end
def current_project