Merge branch 'master' into 4194-keep-logging
[arvados.git] / apps / workbench / test / integration / jobs_test.rb
index 34259cb358b6d33ba8e46d93117e5e92dc26acec..d1f5e780932fcaab959bf07ad486c07aefc68edc 100644 (file)
@@ -54,7 +54,7 @@ class JobsTest < ActionDispatch::IntegrationTest
     assert page.has_text? 'log message 1'
     assert page.has_text? 'log message 2'
     assert page.has_text? 'log message 3'
-    refute page.has_text? 'Showing only 100 bytes of this log'
+    assert page.has_no_text? 'Showing only 100 bytes of this log'
   end
 
   test 'view partial job log' do