migrate context and context_list features. Drag and drop is still WIP

This commit is contained in:
Reinier Balt 2012-01-31 12:09:00 +01:00
parent de309c8ee8
commit 4a8fdbabc2
12 changed files with 246 additions and 94 deletions

View file

@ -11,7 +11,10 @@ module TracksStepHelper
end
def submit_new_context_form
selenium.click("xpath=//form[@id='context-form']//button[@id='context_new_submit']", :wait_for => :ajax, :javascript_framework => :jquery)
within "form#context-form" do
find("button#context_new_submit").click
end
wait_for_animations_to_end
end
def submit_new_project_form