This commit is contained in:
Eric Davis
2011-10-11 14:07:04 -07:00
parent d170eb1d18
commit ffaab6b92d

View File

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