mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 22:57:16 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user