diff --git a/test/system/admin_area/registrars_test.rb b/test/system/admin_area/registrars_test.rb index aa61d10e3..e88a24bdd 100644 --- a/test/system/admin_area/registrars_test.rb +++ b/test/system/admin_area/registrars_test.rb @@ -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 \ No newline at end of file