From 39f12574a34159d99971a478b3d8155f41cafaae Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Wed, 25 Aug 2010 23:57:52 -0700 Subject: [PATCH] Fixing some failing tests --- test/selenium/mobile/create_new_action.rsel | 2 +- test/selenium/project_detail/add_note.rsel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/selenium/mobile/create_new_action.rsel b/test/selenium/mobile/create_new_action.rsel index 93ec8505..7e6c2313 100644 --- a/test/selenium/mobile/create_new_action.rsel +++ b/test/selenium/mobile/create_new_action.rsel @@ -12,7 +12,7 @@ select "todo_context_id", "label=call" select "todo_project_id", "label=Make more money than Billy Gates" select "todo_due_3i", "label=1" select "todo_due_2i", "label=January" -select "todo_due_1i", "label=2009" +select "todo_due_1i", "label=2011" click_and_wait "//input[@value='Create']" wait_for_text 'css=h1 span.count', '12' diff --git a/test/selenium/project_detail/add_note.rsel b/test/selenium/project_detail/add_note.rsel index a4a39905..ff0040ba 100644 --- a/test/selenium/project_detail/add_note.rsel +++ b/test/selenium/project_detail/add_note.rsel @@ -8,7 +8,7 @@ click "css=.add_note_link a" assert_visible "new-note" -type "new_note_body", "this is a note" +type "note_body", "this is a note" click 'css=#new-note input[type=submit]' wait_for_text_present "this is a note"