diff --git a/spec/features/admin_managing_casting_call_interviews_spec.rb b/spec/features/admin_managing_casting_call_interviews_spec.rb index 571d946..1fcc9cb 100644 --- a/spec/features/admin_managing_casting_call_interviews_spec.rb +++ b/spec/features/admin_managing_casting_call_interviews_spec.rb @@ -108,10 +108,6 @@ feature "Admin managing casting call interviews" do 'casting_call_interview[casting_call_id]' end - def create_casting_call_interview_button - 'Create Casting Call Interview' - end - def update_casting_call_interview_button 'Update Casting call interview' end @@ -120,10 +116,6 @@ feature "Admin managing casting call interviews" do 'Edit Casting Call Interview' end - def new_casting_call_interview_heading - 'New Casting Call Interview' - end - def interview_recording_field 'casting_call_interview[interview_recording]' end @@ -133,6 +125,6 @@ feature "Admin managing casting call interviews" do end def casting_call_updated_message - 'The casting call interview has been updated' + t 'admin.casting_call_interviews.update.notice' end end