closes #6602
[arvados.git] / apps / workbench / test / integration / user_manage_account_test.rb
index e50907bf8b3d8a67c6f307faab011b19aa4210c7..cc28b276c82186cbd991b2fb87569ead7bc067d2 100644 (file)
@@ -180,5 +180,7 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest
       click_on "Create"
     end
     assert_text ":active/workbenchtest.git"
+    assert_match /git@git.*:active\/workbenchtest.git/, page.text
+    assert_match /https:\/\/git.*\/active\/workbenchtest.git/, page.text
   end
 end