X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..bf932e00f0efcce7ed6cd660f5483ffd79359c60:/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 9f2ade9828..18973dbeee 100644 --- a/apps/workbench/test/integration/smoke_test.rb +++ b/apps/workbench/test/integration/smoke_test.rb @@ -47,4 +47,10 @@ class SmokeTest < ActionDispatch::IntegrationTest # urls += all_links_in('body') end end + + test "mithril test page" do + visit page_with_token('active_trustedclient', '/tests/mithril') + assert_visit_success + assert_selector 'p', text: 'mithril is working' + end end