diff --git a/spec/factories/proposals.rb b/spec/factories/proposals.rb index 052f67f3b..0330eeafa 100644 --- a/spec/factories/proposals.rb +++ b/spec/factories/proposals.rb @@ -3,7 +3,6 @@ FactoryBot.define do sequence(:title) { |n| "Proposal #{n} title" } sequence(:summary) { |n| "In summary, what we want is... #{n}" } description { "Proposal description" } - video_url { "https://youtu.be/nhuNb0XtRhQ" } responsible_name { "John Snow" } terms_of_service { "1" } published_at { Time.current } diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 61738381b..2ee4b259b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -126,7 +126,7 @@ RSpec.configure do |config| config.before(:each, :small_window) do @window_size = Capybara.current_window.size - Capybara.current_window.resize_to(639, 479) + Capybara.current_window.resize_to(320, 640) end config.after(:each, :small_window) do