Merge branch '13933-dispatch-batch-size'
[arvados.git] / apps / workbench / test / controllers / collections_controller_test.rb
index abe7f6af453f1c72070251ba90a889407469097a..4f3e098d5c57875a29667b7d88fcda805505c725 100644 (file)
@@ -409,7 +409,7 @@ class CollectionsControllerTest < ActionController::TestCase
     assert_equal true, files.length>0, "Expected one or more files in collection"
 
     disabled = css_select('[disabled="disabled"]').collect do |el|
-      el.attributes['title'].split[-1]
+      el.attributes['title'].value.split[-1]
     end
 
     assert_equal files.sort, disabled.sort, "Expected to see all collection files in disabled list of files"