]> source.dussan.org Git - redmine.git/commitdiff
Fixed UI tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:46:22 +0000 (08:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:46:22 +0000 (08:46 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12287 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..aeb47e8beeec60347dc9b33ee2043ea59d83e5c1 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
@@ -200,7 +199,7 @@ class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
     visit '/issues/1'
     assert page.has_no_content?('Form update CF')
 
-    page.first(:link, 'Update').click
+    page.first(:link, 'Edit').click
     # the custom field should show up when changing tracker
     select 'Feature request', :from => 'Tracker'
     assert page.has_content?('Form update CF')