From: Radhika Chippada Date: Wed, 11 Feb 2015 23:46:07 +0000 (-0500) Subject: 5185: remove the unnecessary test because another test is covering the description... X-Git-Tag: 1.1.0~1818^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/b17ed3b444abb6c326e69de5ff6a9f8bf019530e 5185: remove the unnecessary test because another test is covering the description column check already. --- 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