mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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.