3021: Use selenium to land on #Advanced tab.
authorTom Clegg <tom@curoverse.com>
Wed, 7 Jan 2015 17:13:51 +0000 (12:13 -0500)
committerTom Clegg <tom@curoverse.com>
Wed, 7 Jan 2015 17:14:30 +0000 (12:14 -0500)
apps/workbench/test/integration/projects_test.rb

index 4fdcbdbe469f7d833ba4dfbf6af63cd3fbf5e814..ce5b47e5d9bf5fef050972379c1124c6389f473d 100644 (file)
@@ -748,6 +748,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
   test "first tab loads data when visiting other tab directly" do
     # As of 2014-12-19, the first tab of project#show uses infinite scrolling.
     # Make sure that it loads data even if we visit another tab directly.
+    need_selenium 'to land on specified tab using {url}#Advanced'
     project = api_fixture("groups", "aproject")
     visit(page_with_token("active_trustedclient",
                           "/projects/#{project['uuid']}#Advanced"))