Commit 61805603 authored by Jacob Schatz's avatar Jacob Schatz

rempves tests for "you have master access" text

parent 712af98e
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment