Merge branch 'master' of github.com:domify/registry into registrar-portal

This commit is contained in:
Martin Lensment 2015-03-24 17:17:50 +02:00
commit 93838f0da0
2 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,8 @@ feature 'Admin contact', type: :feature do
visit admin_contacts_url
click_link('Mr John')
page.should have_content('by autotest')
# initially it's created by unknown,
# indivitually running it's created by autotest
page.should have_content(/by [unknown|autotest]/)
end
end