Merge branch '16007-validate-group-class' refs #16007
[arvados.git] / apps / workbench / test / integration / application_layout_test.rb
index 85b26ffa8c85820e7a2e17e9caca08038e845840..e28809e1318ba42c572d9f1a3eca94387d9a39b2 100644 (file)
@@ -307,11 +307,6 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
           assert page.has_link? 'foo_file'
         end
       end
-
-      within('.compute-node-summary-pane') do
-        click_link 'Details'
-        assert_text 'compute0'
-      end
     end
   end
 end