Admin should be able to upload video of the casting call interview #57

Closed
bilal.catic wants to merge 4 commits from admin-should-be-able-to-upload-video-of-the-casting-call-interview into cast-me-mvp
Showing only changes of commit fe3faf5f23 - Show all commits

View File

@@ -108,10 +108,6 @@ feature "Admin managing casting call interviews" do
'casting_call_interview[casting_call_id]' 'casting_call_interview[casting_call_id]'
end end
def create_casting_call_interview_button
'Create Casting Call Interview'
end
def update_casting_call_interview_button def update_casting_call_interview_button
'Update Casting call interview' 'Update Casting call interview'
end end
@@ -120,10 +116,6 @@ feature "Admin managing casting call interviews" do
'Edit Casting Call Interview' 'Edit Casting Call Interview'
end end
def new_casting_call_interview_heading
'New Casting Call Interview'
end
def interview_recording_field def interview_recording_field
'casting_call_interview[interview_recording]' 'casting_call_interview[interview_recording]'
end end
@@ -133,6 +125,6 @@ feature "Admin managing casting call interviews" do
end end
def casting_call_updated_message def casting_call_updated_message
'The casting call interview has been updated' t 'admin.casting_call_interviews.update.notice'
end end
end end