How do you prefer to test pagination in automated tests? Creating enough records can be slow. Is it a good practice to reduce the number of items per page in test environment?
@rbates I forgot that I wrote a bit about this TEN YEARS AGO 😱 https://thoughtbot.com/blog/taming-factory-bot-list-creation
FactoryBot now has `create_pair` so I consider the `*_list` variants a smell.