X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb03fb3ad316a637f032f911af7d69950482ead3..7d5d40c55d2a38b12e810f3b9d3e168ee434cbd2:/apps/workbench/test/integration/user_manage_account_test.rb diff --git a/apps/workbench/test/integration/user_manage_account_test.rb b/apps/workbench/test/integration/user_manage_account_test.rb index e50907bf8b..cc28b276c8 100644 --- a/apps/workbench/test/integration/user_manage_account_test.rb +++ b/apps/workbench/test/integration/user_manage_account_test.rb @@ -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