From ffaab6b92d1b7be6ba336833b4b83528df8f3fbd Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 11 Oct 2011 14:07:04 -0700 Subject: [PATCH] [#6574] Fix test --- test/integration/deliverables_edit_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/deliverables_edit_test.rb b/test/integration/deliverables_edit_test.rb index 9682f67..b679b11 100644 --- a/test/integration/deliverables_edit_test.rb +++ b/test/integration/deliverables_edit_test.rb @@ -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