git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12286
e93f8b46-1217-0410-a6f0-
8f06a7374b81
end
# default: 2
-Capybara.default_wait_time = 20
+Capybara.default_wait_time = 2
DatabaseCleaner.strategy = :truncation
fill_in 'Description', :with => 'new issue'
select '0 %', :from => 'Done'
fill_in 'Due date', :with => ''
- select '', :from => 'Assignee'
fill_in 'Searchable field', :with => 'Value for field 2'
# click_button 'Create' would match both 'Create' and 'Create and continue' buttons
find('input[name=commit]').click