mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 05:03:39 +08:00
d60c90aef1
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. |
||
---|---|---|
.. | ||
ace_editor.rb | ||
base.rb | ||
composer.rb | ||
dialog.rb | ||
emoji_picker.rb | ||
fast_editor.rb | ||
legacy_header_dropdown.rb | ||
select_kit.rb | ||
sidebar_header_dropdown.rb | ||
sidebar.rb | ||
topic_list.rb | ||
topic_query_filter.rb |