mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 18:20:12 +01:00
Merge branch 'master' of git://github.com/bsag/tracks
This commit is contained in:
commit
765d3440d7
22 changed files with 765 additions and 715 deletions
|
|
@ -5,4 +5,5 @@ assert_context_count_incremented do
|
|||
type "todo_description", "a new action"
|
||||
type "todo_context_name", "Brand new context"
|
||||
click "css=#todo-form-new-action .submit_box button"
|
||||
end
|
||||
assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@ assert_context_count_incremented do
|
|||
type "todo_project_name", "pppp"
|
||||
type "todo_context_name", "cccc"
|
||||
click "css=#todo-form-new-action .submit_box button"
|
||||
end
|
||||
assert_confirmation "New context \"cccc\" will be also created. Are you sure?"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ assert_context_count_incremented do
|
|||
type "todo_description", "a new action"
|
||||
type "todo_context_name", "Brand new context"
|
||||
click "css=#todo-form-new-action .submit_box button"
|
||||
end
|
||||
assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue