add tone of video in to app
This commit is contained in:
parent
2414ce8276
commit
44e52e16fc
@ -11,6 +11,10 @@
|
||||
label: 'Client Provided Script',
|
||||
as: 'text',
|
||||
hint: "If the customer has provided a script for BetterVideo to use. Formatting is text only." %>
|
||||
<%= f.input :toneofvideo,
|
||||
label: 'Tone of Video',
|
||||
as: 'text',
|
||||
hint: "What tone of video do you want?" %>
|
||||
<%= f.input :notes,
|
||||
label: 'Production Notes',
|
||||
as: 'text',
|
||||
|
@ -69,8 +69,6 @@ describe CampaignsController do
|
||||
flash = response.request.env["action_dispatch.request.flash_hash"][:alert]
|
||||
expect(flash).not_to eq("You need to sign in or sign up before continuing.")
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
||||
it "expects the clientid to be correct" do
|
||||
|
Loading…
Reference in New Issue
Block a user