discourse/spec/system/page_objects/modals
Alan Guo Xiang Tan bb0698858f
DEV: Improve PageObjects::Modals::SidebarEditTags#has_tag_checkboxes? (#22407)
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"
2023-07-04 15:51:23 +10:00
..
base.rb FEATURE: Allow changing slug on create channel (#19928) 2023-01-23 14:48:33 +10:00
bookmark.rb
dismiss_new.rb FEATURE: new dismiss button for combined new and unread view (#21817) 2023-06-07 10:06:57 +10:00
sidebar_edit_categories.rb DEV: Switch edit nav menu tags/categories modal to component (#22401) 2023-07-04 09:45:21 +08:00
sidebar_edit_navigation_modal.rb DEV: Switch edit nav menu tags/categories modal to component (#22401) 2023-07-04 09:45:21 +08:00
sidebar_edit_tags.rb DEV: Improve PageObjects::Modals::SidebarEditTags#has_tag_checkboxes? (#22407) 2023-07-04 15:51:23 +10:00
sidebar_section_form.rb FIX: rename everything link to topics (#22076) 2023-06-15 11:36:38 +10:00