Skip to content

Commit

Permalink
WIP: Remove img
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Aug 12, 2024
1 parent c025434 commit 7a6f684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/conferences_with_image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

describe "Conference with images", type: :system do
let(:organization) { create :organization }
let(:short_description) { { en: "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><img src=\"img.png\">" } }
let(:conference) { create :conference, organization: organization, short_description: short_description }
let(:short_description) { { en: "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>" } }
let!(:conference) { create :conference, organization: organization, short_description: short_description }

before do
switch_to_host(organization.host)
Expand Down

0 comments on commit 7a6f684

Please sign in to comment.