mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Fixed domains legal doc test
This commit is contained in:
parent
8288d68640
commit
3ab9089e64
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class AdminAreaDomainsLegalDocTest < ApplicationSystemTestCase
|
||||||
def test_absent_doc_downloading_without_errors
|
def test_absent_doc_downloading_without_errors
|
||||||
visit admin_domain_url(@domain)
|
visit admin_domain_url(@domain)
|
||||||
assert_nothing_raised do
|
assert_nothing_raised do
|
||||||
click_on "#{@document.created_at}"
|
click_on "#{@document.created_at}", match: :first
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue