[ARVADOS] updated: 4fe1bc8c8a5fec31dd49d686973cc8bb6eb30144
git at public.curoverse.com
git at public.curoverse.com
Tue Aug 26 13:21:57 EDT 2014
Summary of changes:
apps/workbench/test/integration/logins_test.rb | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
via 4fe1bc8c8a5fec31dd49d686973cc8bb6eb30144 (commit)
from 59e5d36f4f19bd38df41e8fa13fda35330a680ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4fe1bc8c8a5fec31dd49d686973cc8bb6eb30144
Author: radhika <radhika at curoverse.com>
Date: Tue Aug 26 13:20:43 2014 -0400
3112: login_tests works with javascript driver
diff --git a/apps/workbench/test/integration/logins_test.rb b/apps/workbench/test/integration/logins_test.rb
index de4ed41..0317f16 100644
--- a/apps/workbench/test/integration/logins_test.rb
+++ b/apps/workbench/test/integration/logins_test.rb
@@ -1,12 +1,8 @@
require 'integration_helper'
-require 'selenium-webdriver'
-require 'headless'
class LoginsTest < ActionDispatch::IntegrationTest
setup do
- headless = Headless.new
- headless.start
- Capybara.current_driver = :selenium
+ Capybara.current_driver = Capybara.javascript_driver
end
test "login with api_token works after redirect" do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list