mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
parent
aeae0ac8d5
commit
9fa3948c01
1 changed files with 13 additions and 0 deletions
13
test/integration/admin/domains_test.rb
Normal file
13
test/integration/admin/domains_test.rb
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
require 'test_helper'
|
||||||
|
|
||||||
|
class AdminDomainsTestTest < ActionDispatch::IntegrationTest
|
||||||
|
def setup
|
||||||
|
login_as users(:admin)
|
||||||
|
end
|
||||||
|
|
||||||
|
def test_shows_details
|
||||||
|
domain = domains(:shop)
|
||||||
|
visit admin_domain_path(domain)
|
||||||
|
assert_field nil, with: domain.transfer_code
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue