mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Updating remove button character for tags in ngTagsInput
This commit is contained in:
@@ -271,7 +271,7 @@ feature %q{
|
||||
fill_in "variant-overrides-#{variant.id}-default_stock", with: ''
|
||||
within "tr#v_#{variant.id}" do
|
||||
vo.tag_list.each do |tag|
|
||||
within "li.tag-item", text: "#{tag} ×" do
|
||||
within "li.tag-item", text: "#{tag} ✖" do
|
||||
find("a.remove-button").trigger('click')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user