Files
fizzy/test/fixtures/action_text/rich_texts.yml
T
Kevin McConnell c97ea9131f Fix some failing Tests
- Add explicit IDs to fixtures to avoid getting ints
- Remove ordering dependencies in assertions
2025-11-17 09:12:31 -05:00

33 lines
1.1 KiB
YAML

logo_agreement_jz:
id: <%= ActiveRecord::FixtureSet.identify("logo_agreement_jz_rich_text", :uuid) %>
record: logo_agreement_jz_uuid (Comment)
name: body
body: I agree.
logo_agreement_kevin:
id: <%= ActiveRecord::FixtureSet.identify("logo_agreement_kevin_rich_text", :uuid) %>
record: logo_agreement_kevin_uuid (Comment)
name: body
body: Same, let's do it.
layout_overflowing_david:
id: <%= ActiveRecord::FixtureSet.identify("layout_overflowing_david_rich_text", :uuid) %>
record: layout_overflowing_david_uuid (Comment)
name: body
body: The text is overflowing the container.
kevins_conversation_question:
record: kevins_question (Conversation::Message)
name: content
body: "Who is on a hot-streak?"
kevins_conversation_answer:
record: kevins_answer (Conversation::Message)
name: content
body: "<b>David</b> is on a hot-streak. He has recently added many cards to Writebook."
davids_conversation_question:
record: davids_question (Conversation::Message)
name: content
body: "What is the meaning of life, the Universe, and everything else?"