Repair admin section tests

This commit is contained in:
Andrey Kumanyaev 2013-01-21 01:06:11 +04:00 committed by Dmitriy Zaporozhets
parent 17a8ee57fe
commit 13fb3fdcf2
2 changed files with 11 additions and 1 deletions

View file

@ -205,6 +205,14 @@ class AdminTeams < Spinach::FeatureSteps
find_in_list(".team_members", user).must_equal true
end
When 'I click to "Add members" link' do
click_link "Add members"
end
When 'I click to "Add projects" link' do
click_link "Add projects"
end
protected
def current_team