mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 06:21:49 +01:00
start adding scenarios for calendar
This commit is contained in:
parent
b8484e48fe
commit
75cf51927e
3 changed files with 42 additions and 7 deletions
|
|
@ -36,6 +36,11 @@ module TracksStepHelper
|
|||
execute_javascript("$('#todo_project_name').val('');")
|
||||
end
|
||||
|
||||
def open_edit_form_for(todo)
|
||||
# click edit
|
||||
selenium.click("//div[@id='line_todo_#{todo.id}']//img[@id='edit_icon_todo_#{todo.id}']", :wait_for => :ajax, :javascript_framework => :jquery)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
World(TracksStepHelper)
|
||||
Loading…
Add table
Add a link
Reference in a new issue