ff38bccb80
Why this change? `Faker::Lorem.paragraph` generates a differrent length of string every time. When a string happens to be long, it can change the UI across system test runs making it harder to reason about our system tests across multiple runs since the state is never really consistent. We will just generate a paragraph with a fixed length going forward so that the UI remains consistent. This should make certain tests which relies on the UI being in a certain state to become less flaky. |
||
---|---|---|
.. | ||
chat_fabricator.rb |