5185: remove the unnecessary test because another test is covering the description...
authorRadhika Chippada <radhika@curoverse.com>
Wed, 11 Feb 2015 23:46:07 +0000 (18:46 -0500)
committerRadhika Chippada <radhika@curoverse.com>
Wed, 11 Feb 2015 23:46:07 +0000 (18:46 -0500)
apps/workbench/test/integration/projects_test.rb

index c56e61338c4effd926ed891f1e980a5d2448571c..88972e50a73225391a17b723e12f77140914b1db 100644 (file)
@@ -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