From: Shaun McDonald Date: Sun, 31 May 2009 17:59:39 +0000 (+0000) Subject: Fix the integration test X-Git-Tag: live~7327 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0b6ac3b3e140812befad2e06a9414b5f8bc07806?ds=sidebyside Fix the integration test --- diff --git a/test/integration/user_diaries_test.rb b/test/integration/user_diaries_test.rb index 98ea04543..8fcc694e9 100644 --- a/test/integration/user_diaries_test.rb +++ b/test/integration/user_diaries_test.rb @@ -39,7 +39,7 @@ class UserDiariesTest < ActionController::IntegrationTest assert_select "html:root" do assert_select "body" do assert_select "div#content" do - assert_select "h1", "New diary entry" + assert_select "h1", "New Diary Entry" assert_select "form[action='/user/#{users(:normal_user).display_name}/diary/new']" do assert_select "input[id=diary_entry_title]" end