avo icon indicating copy to clipboard operation
avo copied to clipboard

[Test helpers] optimize open_panel_action test helper to open main panel actions

Open adrianthedev opened this issue 1 year ago • 0 comments

  def fields
    field :reviews, as: :has_many

    field :id, as: :id
  end

open action should work on this situation and also on index... it should target the main_panel on show instead reviews actions

adrianthedev avatar Dec 18 '23 11:12 adrianthedev