module Avo::TestHelpers
def grid_field_wrapper(record_id:)
Example usage:
Finds the wrapper element on the index grid view type for the given record id
def grid_field_wrapper(record_id:) find("[data-component-name='avo/index/grid_item_component'][data-resource-id='#{record_id}']") end