Cucumber features: Team, SSH keys

This commit is contained in:
randx 2012-06-18 19:34:09 +03:00
parent eb00cb69dd
commit 22d6dc2b3b
9 changed files with 162 additions and 8 deletions

View file

@ -47,7 +47,7 @@ Then /^I should see last push widget$/ do
end
Then /^I click "(.*?)" link$/ do |arg1|
click_link "Create Merge Request"
click_link arg1 #Create Merge Request"
end
Then /^I see prefilled new Merge Request page$/ do