Commit cd786519 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed group tests

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