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:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-04 18:36:53 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-04 18:36:53 +0300
commit618056031827727ff1928b125569dae2e05f9bd1 (patch)
tree7ce56f0fe61130cda1a587a6c5b509e3c3dbe785 /spec/features/projects_spec.rb
parent712af98e9c11b28a11fb31fc86af5ef83a5485cb (diff)
rempves tests for "you have master access" text
Diffstat (limited to 'spec/features/projects_spec.rb')
-rw-r--r--spec/features/projects_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index 4836b3b9b14..9a01c89ae2a 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -80,7 +80,6 @@ feature 'Project', feature: true do
visit namespace_project_path(project.namespace, project)
end
- it { expect(page).to have_content('You have Master access to this project.') }
it 'click project-settings and find leave project' do
find('#project-settings-button').click
expect(page).to have_link('Leave Project')