" data-chat-channels="<%= @chat_channels %>" data-chat-options="<%= { showChannelsList: false, showTimestamp: false, activeChannelId: @active_channel.id }.to_json %>">
diff --git a/spec/fixtures/approvals/parlertag/id/accepts_a_valid_parler_url.approved.html b/spec/fixtures/approvals/parlertag/id/accepts_a_valid_parler_url.approved.html
new file mode 100644
index 000000000..9e1c5aad4
--- /dev/null
+++ b/spec/fixtures/approvals/parlertag/id/accepts_a_valid_parler_url.approved.html
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/spec/liquid_tags/parler_tag_spec.rb b/spec/liquid_tags/parler_tag_spec.rb
index 3728fdb5b..779f46873 100644
--- a/spec/liquid_tags/parler_tag_spec.rb
+++ b/spec/liquid_tags/parler_tag_spec.rb
@@ -11,19 +11,9 @@ RSpec.describe ParlerTag, type: :liquid_template do
Liquid::Template.parse("{% parler #{id} %}")
end
- def generate_iframe(_id)
- <<~HTML
-
- HTML
- end
-
it "accepts a valid Parler URL" do
liquid = generate_new_liquid(valid_id)
- expect(liquid.render).to eq(generate_iframe(valid_id))
+ verify(format: :html) { liquid.render }
end
it "raises an error for invalid IDs" do
diff --git a/spec/liquid_tags/spotify_tag_spec.rb b/spec/liquid_tags/spotify_tag_spec.rb
index 6a2a0e3c2..6964e1be9 100644
--- a/spec/liquid_tags/spotify_tag_spec.rb
+++ b/spec/liquid_tags/spotify_tag_spec.rb
@@ -22,7 +22,8 @@ RSpec.describe SpotifyTag, type: :liquid_template do
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
- src="#{parsed_uri} ">
+ src="#{parsed_uri} "
+ loading="lazy">
HTML
end
diff --git a/spec/support/fixtures/approvals/codepen_liquid_tag.approved.html b/spec/support/fixtures/approvals/codepen_liquid_tag.approved.html
index 0263566fe..fe7ed4cbb 100644
--- a/spec/support/fixtures/approvals/codepen_liquid_tag.approved.html
+++ b/spec/support/fixtures/approvals/codepen_liquid_tag.approved.html
@@ -1,7 +1,7 @@
-