mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
added new tests
This commit is contained in:
parent
2bc5f50474
commit
3d8530db3e
2 changed files with 28 additions and 0 deletions
15
qq
Normal file
15
qq
Normal file
|
@ -0,0 +1,15 @@
|
|||
2797-Ubuntu-version-update[m
|
||||
fix/admin-domain-search-ident-code-special-chars[m
|
||||
* [32mmaster[m
|
||||
problem_with_searching[m
|
||||
renovate/actions-download-artifact-4.x[m
|
||||
renovate/concurrent-ruby-1.x[m
|
||||
renovate/paper_trail-16.x[m
|
||||
renovate/ruby-3.x[m
|
||||
renovate/rubygems-jquery-ui-rails-vulnerability[m
|
||||
renovate/rubygems-nokogiri-vulnerability[m
|
||||
test[m
|
||||
test_2[m
|
||||
test_3[m
|
||||
test_4[m
|
||||
update_test_coverage/validate_dnssec_job[m
|
|
@ -49,4 +49,17 @@ class AdminAreaReservedDomainsIntegrationTest < JavaScriptApplicationSystemTestC
|
|||
response.headers['Content-Disposition']
|
||||
assert_not_empty response.body
|
||||
end
|
||||
|
||||
def test_release_to_auction
|
||||
visit admin_reserved_domains_path
|
||||
|
||||
first("input[type='checkbox']").set(true)
|
||||
|
||||
click_on 'Send to the auction list'
|
||||
|
||||
assert_current_path admin_auctions_path
|
||||
|
||||
assert_text 'reserved.test'
|
||||
assert_text 'started'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue