Commit cd786519 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed group tests

parent 915315a4
...@@ -86,8 +86,10 @@ class Groups < Spinach::FeatureSteps ...@@ -86,8 +86,10 @@ class Groups < Spinach::FeatureSteps
end end
And 'I change group name' do And 'I change group name' do
fill_in 'group_name', with: 'new-name' within '#tab-edit' do
click_button "Save group" fill_in 'group_name', with: 'new-name'
click_button "Save group"
end
end end
Then 'I should see new group name' do Then 'I should see new group name' 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