mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Add new links to registrant page layout
This commit is contained in:
parent
5a0d191b7e
commit
843dc8edcb
3 changed files with 12 additions and 20 deletions
|
@ -9,9 +9,10 @@ class RegistrantLayoutTest < ActionDispatch::IntegrationTest
|
|||
travel_to Time.zone.parse('2010-07-05')
|
||||
end
|
||||
|
||||
def test_has_link_to_rest_whois
|
||||
def test_has_link_to_rest_whois_and_internet_ee
|
||||
visit registrant_domains_url
|
||||
|
||||
assert(has_link?('Internet.ee', href: 'https://internet.ee'))
|
||||
refute(has_link?('WHOIS', href: 'registrant/whois'))
|
||||
assert(has_link?('WHOIS', href: 'https://whois.internet.ee'))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue