Corrected tests

This commit is contained in:
Sergei Tsoganov 2023-06-29 13:30:36 +03:00
parent 72507e80a7
commit 58d32c7500

View file

@ -124,7 +124,7 @@ class AdminRegistrarsSystemTest < ApplicationSystemTestCase
visit admin_registrars_path
assert_no_button 'Remove'
assert_no_button 'Remove Test'
end
def test_should_display_tests_button_in_registrar_deftails
@ -157,6 +157,6 @@ class AdminRegistrarsSystemTest < ApplicationSystemTestCase
visit admin_registrar_path(@registrar)
assert_no_button 'Remove'
assert_no_button 'Remove Test'
end
end