Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-01-19 16:03:18 +0300
committerFatih Acet <acetfatih@gmail.com>2017-01-19 16:03:18 +0300
commit97475d0b8d1b82353bbba9caa2b1ce4f43d5676b (patch)
tree8cb472059281a0b069ebddc14f20b5ffc5bfb6e2 /features/steps/shared
parent5ba18c58df182f656340b0ea192f20ede34e2e6d (diff)
parent2c9bb135057f4fea43aa0be5b94354f288d5070f (diff)
Merge branch '24032-changed-visibility-level-to-public-but-project-is-not-public' into 'master'
Update project visibility level ui to use dropdowns Closes #24296, #24123, and #24032 See merge request !7645
Diffstat (limited to 'features/steps/shared')
-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 553de0345d5..7a6707a7dfb 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -97,7 +97,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("Feature Visibility")
+ expect(page).to have_content("Sharing & Permissions")
end
def current_project