DEV: Remove hashtag deprecations (#27195)

Introduced in
c7860173c1,
they are no longer necessary once https://github.com/discourse/discourse-encrypt/pull/317
is merged
This commit is contained in:
Martin Brennan
2024-05-27 14:00:36 +10:00
committed by GitHub
parent cb592ae4ac
commit 3a91a92563
2 changed files with 1 additions and 98 deletions

View File

@ -32,12 +32,6 @@ module PageObjects
find(bulk_select_dropdown_item(name)).click
end
# TODO (martin) Remove all this once discourse-assign is using the new bulk select
# modal page object in specs.
def has_close_topics_button?
page.has_css?(bulk_select_dropdown_item("close-topics"))
end
def click_close_topics_button
find(bulk_select_dropdown_item("close-topics")).click
end