Using ruby helpers to construct html, changed div to span

This commit is contained in:
Štefan Baebler 2018-03-19 10:51:21 +01:00
parent 46c3c826c4
commit 74694bcdcd
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ class BrowseHelperTest < ActionView::TestCase
assert_dom_equal "<a title=\"The Q123 item on Wikidata\" href=\"//www.wikidata.org/wiki/Q123?uselang=en\">Q123</a>", html
html = format_value("colour", "#f00")
assert_dom_equal %( <div class="colour-preview-box" style="background-color:#f00" title="Colour #f00 preview"></div>#f00 ), html
assert_dom_equal %(<span class="colour-preview-box" style="background-color:#f00" title="Colour #f00 preview"></span>#f00), html
end
def test_icon_tags