From b17ed3b444abb6c326e69de5ff6a9f8bf019530e Mon Sep 17 00:00:00 2001 From: Radhika Chippada Date: Wed, 11 Feb 2015 18:46:07 -0500 Subject: [PATCH] 5185: remove the unnecessary test because another test is covering the description column check already. --- apps/workbench/test/integration/projects_test.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb index c56e61338c..88972e50a7 100644 --- a/apps/workbench/test/integration/projects_test.rb +++ b/apps/workbench/test/integration/projects_test.rb @@ -714,10 +714,4 @@ class ProjectsTest < ActionDispatch::IntegrationTest find("#page-wrapper .nav-tabs :first-child a").click assert_text("Collection modified at") end - - test "verify description column in data collections tab" do - project = api_fixture('groups')['aproject'] - visit(page_with_token('active_trustedclient', "/projects/#{project['uuid']}")) - assert_text 'Collection modified at' # there are collections with no descriptions - end end -- 2.30.2