diff --git a/test/selenium/home/mark_todo_complete_1.rsel b/test/selenium/home/mark_todo_complete_1.rsel index 06ce62b5..dd0d310d 100644 --- a/test/selenium/home/mark_todo_complete_1.rsel +++ b/test/selenium/home/mark_todo_complete_1.rsel @@ -1,5 +1,5 @@ -setup :fixtures => :all -login :as => 'admin' -open '/' -click "xpath=//div[@id='c1'] //div[@id='todo_9'] //input[@class='item-checkbox']" -wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_9']" +setup :fixtures => :all +login :as => 'admin' +open '/' +click "xpath=//div[@id='c1'] //div[@id='todo_9'] //input[@class='item-checkbox']" +wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_9']" diff --git a/test/selenium/home/mark_todo_complete_2.rsel b/test/selenium/home/mark_todo_complete_2.rsel index b6cf4de9..fc1fa394 100644 --- a/test/selenium/home/mark_todo_complete_2.rsel +++ b/test/selenium/home/mark_todo_complete_2.rsel @@ -1,6 +1,6 @@ -setup :fixtures => :all -login :as => 'admin' -open '/' -click "xpath=//div[@id='c5'] //div[@id='todo_5'] //input[@class='item-checkbox']" -wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_5']" -wait_for_not_visible 'c5' +setup :fixtures => :all +login :as => 'admin' +open '/' +click "xpath=//div[@id='c5'] //div[@id='todo_5'] //input[@class='item-checkbox']" +wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_5']" +wait_for_not_visible 'c5' diff --git a/test/selenium/home/mark_todo_incomplete.rsel b/test/selenium/home/mark_todo_incomplete.rsel index 86c31088..1ca103c5 100644 --- a/test/selenium/home/mark_todo_incomplete.rsel +++ b/test/selenium/home/mark_todo_incomplete.rsel @@ -1,6 +1,6 @@ -setup :fixtures => :all -login :as => 'admin' -open '/' -click "xpath=//div[@id='completed_container'] //div[@id='todo_3'] //input[@class='item-checkbox']" -wait_for_element_present "xpath=//div[@id='c4'] //div[@id='todo_3']" -assert_not_visible "c4empty-nd" +setup :fixtures => :all +login :as => 'admin' +open '/' +click "xpath=//div[@id='completed_container'] //div[@id='todo_3'] //input[@class='item-checkbox']" +wait_for_element_present "xpath=//div[@id='c4'] //div[@id='todo_3']" +assert_not_visible "c4empty-nd"