closes #4487
[arvados.git] / apps / workbench / test / integration / filterable_infinite_scroll_test.rb
index 14a0677be4e1fa8e92a239fdf624b7d871dc3262..4434f9a5772b56dcddb8b873858ad53641807f17 100644 (file)
@@ -2,6 +2,8 @@ require 'integration_helper'
 
 class FilterableInfiniteScrollTest < ActionDispatch::IntegrationTest
   setup do
+    headless = Headless.new
+    headless.start
     Capybara.current_driver = :selenium
   end