mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 00:08:50 +01:00
Fixing some failing tests
This commit is contained in:
parent
b2cc6ed0b7
commit
39f12574a3
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue