X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cec09589e50ced6d0b7a0d90d5ca124241d4a58a..34a7e1ea48470ba540bc7d18de4836b0bb9197f8:/apps/workbench/test/integration/smoke_test.rb diff --git a/apps/workbench/test/integration/smoke_test.rb b/apps/workbench/test/integration/smoke_test.rb index efaea00b01..1e33370447 100644 --- a/apps/workbench/test/integration/smoke_test.rb +++ b/apps/workbench/test/integration/smoke_test.rb @@ -16,6 +16,9 @@ class SmokeTest < ActionDispatch::IntegrationTest all(find_spec + ' a').collect { |tag| if tag[:href].nil? or tag[:href].empty? or (tag.text !~ text_regexp) nil + elsif tag[:'data-remote'] + # these don't necessarily work with format=html + nil else url = URI(tag[:href]) url.host.nil? ? url.path : nil