[ARVADOS] updated: 03002e6ce2ac4f784f28c0d1b0414f574645b4b8
git at public.curoverse.com
git at public.curoverse.com
Tue Aug 26 12:33:26 EDT 2014
Summary of changes:
apps/workbench/test/integration/logins_test.rb | 2 --
1 file changed, 2 deletions(-)
via 03002e6ce2ac4f784f28c0d1b0414f574645b4b8 (commit)
from df8e6b95f5eec12a73da2a9d756d3c570bc3dabe (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 03002e6ce2ac4f784f28c0d1b0414f574645b4b8
Author: radhika <radhika at curoverse.com>
Date: Tue Aug 26 12:30:26 2014 -0400
3112: removed rack_test driver and added selenium driver. still the test "trying to use expired token redirects to login page" fails when the entire suite is tested, but passes when this one test file is executed.
diff --git a/apps/workbench/test/integration/logins_test.rb b/apps/workbench/test/integration/logins_test.rb
index 187786d..efa5a46 100644
--- a/apps/workbench/test/integration/logins_test.rb
+++ b/apps/workbench/test/integration/logins_test.rb
@@ -14,8 +14,6 @@ class LoginsTest < ActionDispatch::IntegrationTest
end
test "trying to use expired token redirects to login page" do
- Capybara.current_driver = :rack_test
-
visit page_with_token('expired_trustedclient')
buttons = all("a.btn", text: /Log in/)
assert_equal(1, buttons.size, "Failed to find one login button")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list