]> source.dussan.org Git - redmine.git/commitdiff
Fixed UI tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:45:02 +0000 (08:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:45:02 +0000 (08:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12286 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/ui/base.rb
test/ui/issues_test.rb

index fa877ec7bc0ce0cd48698d08f83973884d869dcc..fc394c09aa4fd8387295d386b22cae7532650042 100644 (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
 
index c064227817fcb733c4d28aae68d0d1d809e49b94..2ed96fa3f2e315f085994c2522cf4f2934084744 100644 (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