mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Fix test
This commit is contained in:
parent
cf9e539729
commit
842f7ff4aa
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@ class RegistrantDomainsTest < ActionDispatch::IntegrationTest
|
|||
|
||||
def test_shows_domains_where_current_user_is_registrant
|
||||
visit registrant_domains_url
|
||||
assert_text 'one.test'
|
||||
assert_text 'shop.test'
|
||||
end
|
||||
|
||||
def test_shows_domains_where_current_user_is_contact_person
|
||||
visit registrant_domains_url
|
||||
assert_text 'two.test'
|
||||
assert_text 'airport.test'
|
||||
end
|
||||
|
||||
def test_shows_domains_where_current_user_has_associated_organizations
|
||||
visit registrant_domains_url
|
||||
assert_text 'three.test'
|
||||
assert_text 'library.test'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue