diff --git a/test/selenium/home/create_first_todo.rsel b/test/selenium/home/create_first_todo.rsel index 53f57824..05b323e1 100644 --- a/test/selenium/home/create_first_todo.rsel +++ b/test/selenium/home/create_first_todo.rsel @@ -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 \ No newline at end of file + assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?" +end diff --git a/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel b/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel index 63a266d6..97acb99f 100644 --- a/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel +++ b/test/selenium/home/create_new_todo_with_new_action_and_new_context.rsel @@ -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 \ No newline at end of file + assert_confirmation "New context \"cccc\" will be also created. Are you sure?" +end diff --git a/test/selenium/home/create_new_todo_with_new_context.rsel b/test/selenium/home/create_new_todo_with_new_context.rsel index 658922e4..23924577 100644 --- a/test/selenium/home/create_new_todo_with_new_context.rsel +++ b/test/selenium/home/create_new_todo_with_new_context.rsel @@ -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 \ No newline at end of file + assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?" +end diff --git a/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel b/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel index 8e7df405..09fb6bc2 100644 --- a/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel +++ b/test/selenium/tickler/create_deferred_todo_with_existing_context.rsel @@ -7,6 +7,7 @@ assert_context_count_incremented do type "todo_project_name", "None" type "todo_show_from", "1/1/2030" click "css=#todo-form-new-action .submit_box button" + assert_confirmation "New context \"errands\" will be also created. Are you sure?" end wait_for_not_visible "tickler-empty-nd" wait_for_element_present "xpath=//div[@class='item-container'] //a[@title='01/01/2030']" diff --git a/test/selenium/tickler/create_deferred_todo_with_new_context.rsel b/test/selenium/tickler/create_deferred_todo_with_new_context.rsel index caecbff0..37cac4f1 100644 --- a/test/selenium/tickler/create_deferred_todo_with_new_context.rsel +++ b/test/selenium/tickler/create_deferred_todo_with_new_context.rsel @@ -6,4 +6,5 @@ assert_context_count_incremented do type "todo_context_name", "Brand new context" type "todo_show_from", "1/1/2030" click "css=#todo-form-new-action .submit_box button" + assert_confirmation "New context \"Brand new context\" will be also created. Are you sure?" end