From 6171e38eb28a21ed75a6a7e74f8c246d26019d21 Mon Sep 17 00:00:00 2001 From: dinsmol Date: Wed, 15 Sep 2021 12:06:55 +0300 Subject: [PATCH] fixed test --- test/system/admin_area/domain_versions_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/system/admin_area/domain_versions_test.rb b/test/system/admin_area/domain_versions_test.rb index e440b0935..a8aeb0cd4 100644 --- a/test/system/admin_area/domain_versions_test.rb +++ b/test/system/admin_area/domain_versions_test.rb @@ -67,7 +67,7 @@ class DomainVersionsTest < ApplicationSystemTestCase find('.btn.btn-primary').click assert_equal current_url, - 'http://www.example.com/admin/domain_versions?q[name]=&q[registrant]=John&q[registrar]=&q[event]=&results_per_page=' + 'http://www.example.com/admin/domain_versions?q[name]=&q[registrant]=John&q[registrar]=&q[event]=&q[created_at_gteq]=&q[created_at_lteq]=&results_per_page=' end def test_search_registrar_param @@ -76,7 +76,7 @@ class DomainVersionsTest < ApplicationSystemTestCase find('.btn.btn-primary').click assert_equal current_url, - 'http://www.example.com/admin/domain_versions?q[name]=&q[registrant]=&q[registrar]=Best+Names&q[event]=&results_per_page=' + 'http://www.example.com/admin/domain_versions?q[name]=&q[registrant]=&q[registrar]=Best+Names&q[event]=&q[created_at_gteq]=&q[created_at_lteq]=&results_per_page=' end def test_search_name_param @@ -85,7 +85,7 @@ class DomainVersionsTest < ApplicationSystemTestCase find('.btn.btn-primary').click assert_equal current_url, - 'http://www.example.com/admin/domain_versions?q[name]=shop.test&q[registrant]=&q[registrar]=&q[event]=&results_per_page=' + 'http://www.example.com/admin/domain_versions?q[name]=shop.test&q[registrant]=&q[registrar]=&q[event]=&q[created_at_gteq]=&q[created_at_lteq]=&results_per_page=' end def test_download_domain_history