rempves tests for "you have master access" text

This commit is contained in:
Jacob Schatz 2016-01-04 10:36:53 -05:00
parent 712af98e9c
commit 6180560318
1 changed files with 0 additions and 1 deletions

View File

@ -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')