Skip to content

Commit

Permalink
include manifest name as conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Aug 7, 2024
1 parent c1bf799 commit afe31ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/conferences_with_image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

describe "Conference with images", type: :system do
include_context "with a component"
let(:manifest_name) { "conferences" }
let!(:organization) { create :organization }
let(:slug) { "bla-bla" }
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\">" } }
Expand Down

0 comments on commit afe31ce

Please sign in to comment.