mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Corrected tests
This commit is contained in:
parent
72507e80a7
commit
58d32c7500
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ class AdminRegistrarsSystemTest < ApplicationSystemTestCase
|
||||||
|
|
||||||
visit admin_registrars_path
|
visit admin_registrars_path
|
||||||
|
|
||||||
assert_no_button 'Remove'
|
assert_no_button 'Remove Test'
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_should_display_tests_button_in_registrar_deftails
|
def test_should_display_tests_button_in_registrar_deftails
|
||||||
|
@ -157,6 +157,6 @@ class AdminRegistrarsSystemTest < ApplicationSystemTestCase
|
||||||
|
|
||||||
visit admin_registrar_path(@registrar)
|
visit admin_registrar_path(@registrar)
|
||||||
|
|
||||||
assert_no_button 'Remove'
|
assert_no_button 'Remove Test'
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Add table
Add a link
Reference in a new issue