discourse/spec/system/page_objects
Alan Guo Xiang Tan d60c90aef1
DEV: Change `have_section_link` match to use exact text match. (#22148)
Today I learnt that `has_link?("text of link")` by default does an
includes instead of looking for a link with the exact text. This is not
the behaviour I want so I'm changing
`PageObjects::Components::Sidebar.has_section_link?` to use the
`exact_text` option instead.
2023-06-16 16:36:34 +08:00
..
components DEV: Change `have_section_link` match to use exact text match. (#22148) 2023-06-16 16:36:34 +08:00
modals FIX: rename everything link to topics (#22076) 2023-06-15 11:36:38 +10:00
pages FIX: Update sidebar to be navigation menu (#22101) 2023-06-15 09:31:28 +10:00
cdp.rb FEATURE: Reacting to MessageBus in chat thread panel (#21070) 2023-04-13 14:45:50 +02:00