17499: Fixing tests WIP
[arvados.git] / apps / workbench / test / integration / smoke_test.rb
index 9f2ade9828c54293f713b772b2fefea976d05a6c..18973dbeee72fbff920a0ae9cd516e85555509fb 100644 (file)
@@ -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