Commit 5c209d91 authored by blackst0ne's avatar blackst0ne

Added specs

parent 8431b2b5
...@@ -53,6 +53,7 @@ feature "New project", feature: true do ...@@ -53,6 +53,7 @@ feature "New project", feature: true do
click_button('Create project') click_button('Create project')
expect(page).to have_css '.project-edit-errors .alert.alert-danger' 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 end
it "selects the group namespace" do it "selects the group namespace" do
......
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