From fe3faf5f239b75c10943a3f9275dff396a0e32ab Mon Sep 17 00:00:00 2001 From: Bilal Date: Thu, 16 Jul 2020 19:18:30 +0200 Subject: [PATCH] adapt specs --- .../admin_managing_casting_call_interviews_spec.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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