Fixed UI tests.

git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12286 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-11-16 08:45:02 +00:00
parent 4710cd8e6f
commit b5a605c808
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Capybara.register_driver :selenium do |app|
end
# default: 2
Capybara.default_wait_time = 20
Capybara.default_wait_time = 2
DatabaseCleaner.strategy = :truncation

View File

@ -33,7 +33,6 @@ class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
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