[#6574] Allow creating and deleting multiple overhead budgets

This commit is contained in:
Eric Davis
2011-10-11 14:35:22 -07:00
parent ce6c89cfa7
commit 2ef8cd9b4e
5 changed files with 36 additions and 13 deletions

View File

@@ -426,6 +426,7 @@ class DeliverablesEditTest < ActionController::IntegrationTest
# * overhead hidden month
# * overhead hours
# * overhead amount
# * overhead deleted (hidden)
# * fixed hidden year
# * fixed hidden month
# * fixed title
@@ -435,7 +436,7 @@ class DeliverablesEditTest < ActionController::IntegrationTest
# * fixed paid hidden field
# * total (hidden)
assert_select ".date-2010-01" do
assert_select "input", :count => 17
assert_select "input", :count => 18
assert_select "textarea.wiki-edit", :count => 1 # Fixed description
end