diff --git a/features/repository/show/modules_tree.feature b/features/repository/show/modules_tree.feature index 7ae92dd..fec5162 100644 --- a/features/repository/show/modules_tree.feature +++ b/features/repository/show/modules_tree.feature @@ -16,7 +16,6 @@ Feature: Repository modules tree And I ask for the module result of the given processing When I visit the repository show page And I click the "Modules Tree" h3 - And I wait for "5" seconds Then I should see the given module result @kalibro_configuration_restart @kalibro_processor_restart @javascript @@ -32,7 +31,6 @@ Feature: Repository modules tree And I ask for the module result of the given processing When I visit the repository show page And I click the "Modules Tree" h3 - And I wait for "5" seconds Then I should see a sample child's name And I should see "Name" And I should see "Granularity" @@ -53,7 +51,6 @@ Feature: Repository modules tree When I visit the repository show page And I click the "Modules Tree" h3 And I click on the sample child's name - And I wait for "5" seconds Then I should see a sample child's name @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip @@ -69,5 +66,4 @@ Feature: Repository modules tree And I ask for the module result of the given processing When I visit the repository show page And I click the "Modules Tree" h3 - And I wait for "5" seconds Then I should see the given module result diff --git a/features/support/env.rb b/features/support/env.rb index 7cc26d6..10e1ce6 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -24,6 +24,7 @@ require 'cucumber/rails' require 'capybara/poltergeist' #Capybara.default_driver = :poltergeist Capybara.javascript_driver = :poltergeist +Capybara.default_wait_time = 5 # default is 2 seconds #require 'kalibro_gem/kalibro_cucumber_helpers/hooks' -- libgit2 0.21.2