adapt specs

This commit is contained in:
Bilal
2020-07-16 19:18:30 +02:00
parent 066f8f496e
commit fe3faf5f23

View File

@@ -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