Tests for team and group descriptions added
This commit is contained in:
parent
9959669f1c
commit
cf6d9a2222
5 changed files with 14 additions and 0 deletions
|
@ -25,11 +25,13 @@ class AdminGroups < Spinach::FeatureSteps
|
|||
|
||||
And 'submit form with new group info' do
|
||||
fill_in 'group_name', :with => 'gitlab'
|
||||
fill_in 'group_description', :with => 'Group description'
|
||||
click_button "Create group"
|
||||
end
|
||||
|
||||
Then 'I should see newly created group' do
|
||||
page.should have_content "Group: gitlab"
|
||||
page.should have_content "Group description"
|
||||
end
|
||||
|
||||
Then 'I should be redirected to group page' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue