mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
module AdminHelper
|
|
def have_admin_menu_item(menu_item_name)
|
|
have_selector "ul[data-hook='admin_tabs'] li", text: menu_item_name
|
|
end
|
|
end
|