mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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.