X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b52138614767c47770e871b5fa9d4ae9700e26ba..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 a626e24284..18973dbeee 100644 --- a/apps/workbench/test/integration/smoke_test.rb +++ b/apps/workbench/test/integration/smoke_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' require 'uri' @@ -43,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