mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Fix vertical ellipsis menu compoenent spec
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require "spec_helper"
|
||||
|
||||
RSpec.describe VerticalEllipsisMenu::Component, type: :component do
|
||||
RSpec.describe VerticalEllipsisMenuComponent, type: :component do
|
||||
it "displays the included links" do
|
||||
content = "<a href>Edit</a>"
|
||||
render_inline(described_class.new.with_content(content.html_safe))
|
||||
|
||||
Reference in New Issue
Block a user