Skip to content

Commit

Permalink
Fix test filter_component
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Mar 7, 2024
1 parent 3c3d2cc commit e4379b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/polaris/filters_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def test_default_filters
assert_selector "[data-polaris-popover-target='activator']" do
assert_selector ".Polaris-Button", text: "Filter"
end
assert_selector "[data-polaris-popover-target='popover']", text: "Content"
end
end
assert_selector "[data-polaris-popover-target='template']", visible: :hidden
end
end
end
Expand Down

0 comments on commit e4379b2

Please sign in to comment.