Fixing some failing tests

This commit is contained in:
Eric Allen 2010-08-25 23:57:52 -07:00
parent b2cc6ed0b7
commit 39f12574a3
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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"