diff --git a/mockup/patterns/structure/templates/tablerow.xml b/mockup/patterns/structure/templates/tablerow.xml index 82215a26c6..cffb48d5f8 100644 --- a/mockup/patterns/structure/templates/tablerow.xml +++ b/mockup/patterns/structure/templates/tablerow.xml @@ -28,7 +28,7 @@ <% } %> <% if(attributes["getIcon"] && thumb_scale) { %> - + <% } %> diff --git a/mockup/tests/pattern-structure-test.js b/mockup/tests/pattern-structure-test.js index e018c652af..dcf2b14855 100644 --- a/mockup/tests/pattern-structure-test.js +++ b/mockup/tests/pattern-structure-test.js @@ -628,7 +628,7 @@ define([ var el = row.render().el; expect($('.title img', el).length).to.equal(1); - expect($('.title img', el).attr('class')).to.have.string('image-tile'); + expect($('.title img', el).attr('class')).to.have.string('thumb-tile'); }); it('should display no icon for contents without images', function() {