15014: Update tests.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 26 Sep 2019 14:07:11 +0000 (10:07 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Mon, 30 Sep 2019 21:21:33 +0000 (17:21 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

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