From 7c348e5f7b8744a5cbf788c32ad549a8bcb6f3bb Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 7 Jan 2015 12:13:51 -0500 Subject: [PATCH] 3021: Use selenium to land on #Advanced tab. --- apps/workbench/test/integration/projects_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb index 4fdcbdbe46..ce5b47e5d9 100644 --- a/apps/workbench/test/integration/projects_test.rb +++ b/apps/workbench/test/integration/projects_test.rb @@ -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")) -- 2.30.2