change bigmedia.ai to mesuite.ai
This commit is contained in:
@@ -40,7 +40,7 @@ feature "User managing videos" do
|
||||
expect(page).to have_selector "#video_edl_file", visible: :all
|
||||
expect(page).to have_selector "#video_graphics_only_edl_file", visible: :all
|
||||
expect(page).to have_selector "#video_audio_only_edl_file", visible: :all
|
||||
expect(page).to have_link "click here", href: /mailto:info@bigmedia\.ai/
|
||||
expect(page).to have_link "click here", href: /mailto:info@mesuite\.ai/
|
||||
|
||||
fill_in_video_fields name: "New name", number: "99"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ RSpec.describe MailHelper, type: :helper do
|
||||
link = CGI.unescape helper.mail_to_for_multiple_edls("test content", project)
|
||||
|
||||
expect(link).to match "test content"
|
||||
expect(link).to match "info@bigmedia.ai"
|
||||
expect(link).to match "info@mesuite.ai"
|
||||
expect(link).to match /Multiple Adobe Premiere EDLs needed for Test Account's Test Project project/
|
||||
expect(link).to match "INSTRUCTIONS"
|
||||
end
|
||||
|
||||
@@ -8,8 +8,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[New Video] Test Account has uploaded a new video")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai", "lee@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -24,8 +24,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video EDL File] Test Account has updated the EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai", "lee@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -41,8 +41,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video Graphics Only EDL File] Test Account has updated the Graphics Only EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai", "lee@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -58,8 +58,8 @@ RSpec.describe AdminMailer do
|
||||
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("[Updated Video Audio Only EDL File] Test Account has updated the Audio Only EDL file for video_file.mp4")
|
||||
expect(mail.to).to eq(["bray@bigmedia.ai", "lee@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.to).to eq(["bray@mesuite.ai", "lee@mesuite.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
|
||||
@@ -8,7 +8,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("Password reset")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -24,7 +24,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("You've been added to a project in the ME Suite")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
@@ -50,7 +50,7 @@ describe UserMailer do
|
||||
it "renders the headers" do
|
||||
expect(mail.subject).to eq("Welcome to BiG")
|
||||
expect(mail.to).to eq([user.email])
|
||||
expect(mail.from).to eq(["support@bigmedia.ai"])
|
||||
expect(mail.from).to eq(["support@mesuite.ai"])
|
||||
end
|
||||
|
||||
it "renders the body" do
|
||||
|
||||
@@ -32,7 +32,7 @@ describe AppHost do
|
||||
|
||||
app_domain = AppHost.new(env, "production")
|
||||
|
||||
expect(app_domain.domain).to eq("bigmedia.ai")
|
||||
expect(app_domain.domain).to eq("mesuite.ai")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user