mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
bb0698858f
Why this change? Improves the error message when stuff fails. Before: expected `#<PageObjects::Modals::SidebarEditTags:0x00007fa3877135e0>.has_tag_checkboxes?([#<Tag id: 1, name: "tag", created_at: "2023-07-04 05:21:12.914149000 +0000", updated_at: "2023-07-04..._topic_count: 0, target_tag_id: nil, description: nil, public_topic_count: 1, staff_topic_count: 1>])` to be truthy, got false After: expected to find visible css ".sidebar-tags-form .sidebar-tags-form__tag-label-name" 3 times, found 4 matches: "tag", "tag2", "tag3", "tag4" |
||
---|---|---|
.. | ||
components | ||
modals | ||
pages | ||
cdp.rb |