parent
bdac588970
commit
756b367c80
@ -0,0 +1,10 @@ |
||||
When(/^I create a budget with the following:$/) do |table| |
||||
|
||||
rows = table.rows_hash |
||||
|
||||
steps %Q{And I toggle the "Budgets" submenu |
||||
And I follow "New Budget" within "#main-menu" |
||||
And I fill in "Subject" with "#{rows['subject']}"} |
||||
|
||||
click_button(I18n.t(:button_create), :exact => true) |
||||
end |
Loading…
Reference in new issue