Added specs

This commit is contained in:
blackst0ne 2017-03-11 20:09:39 +11:00
parent 8431b2b595
commit 5c209d91c2

View file

@ -53,6 +53,7 @@ feature "New project", feature: true do
click_button('Create project')
expect(page).to have_css '.project-edit-errors .alert.alert-danger'
expect(find("[name='project[visibility_level]'][checked].option-title").value).to eq('Internal')
end
it "selects the group namespace" do