added new tests

This commit is contained in:
mmeest 2025-06-17 15:51:47 +03:00
parent 2bc5f50474
commit 3d8530db3e
2 changed files with 28 additions and 0 deletions

15
qq Normal file
View file

@ -0,0 +1,15 @@
2797-Ubuntu-version-update
fix/admin-domain-search-ident-code-special-chars
* master
problem_with_searching
renovate/actions-download-artifact-4.x
renovate/concurrent-ruby-1.x
renovate/paper_trail-16.x
renovate/ruby-3.x
renovate/rubygems-jquery-ui-rails-vulnerability
renovate/rubygems-nokogiri-vulnerability
test
test_2
test_3
test_4
update_test_coverage/validate_dnssec_job

View file

@ -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