File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ define([
13
13
14
14
var Component ,
15
15
rows ,
16
- params ;
16
+ container = '<div data-id="masonry_grid" id="masonry_grid"><div class="masonry-image-column"></div></div>' ;
17
17
18
18
beforeEach ( function ( ) {
19
19
rows = [
@@ -38,15 +38,15 @@ define([
38
38
overlay : '' ,
39
39
path : '' ,
40
40
'premium_level_id' : 0 ,
41
- 'thumbnail_240_url' : 'https://t4.ftcdn.net/jpg/03/27/51/57/240_F_327515738_nA3ke9EPgwmuH60oZrqZV4Fe5r9M6ndj .jpg' ,
42
- 'thumbnail_500_ur' : 'https://as2.ftcdn.net/jpg/03/27/51/57/500_F_327515738_nA3ke9EPgwmuH60oZrqZV4Fe5r9M6ndj .jpg' ,
41
+ 'thumbnail_240_url' : 'https://t4.ftcdn.net/jpg/03/27/51/57/240_F_327515738_n .jpg' ,
42
+ 'thumbnail_500_ur' : 'https://as2.ftcdn.net/jpg/03/27/51/57/500_F_327515738_n .jpg' ,
43
43
title : 'Neon effect picture of man wearing medical mask for viral or pandemic disease' ,
44
44
width : 4896
45
45
}
46
46
47
47
] ;
48
48
49
- $ ( '<div data-id="masonry_grid" id="masonry_grid"><div class="masonry-image-column"></div></div>' ) . appendTo ( 'body' ) ;
49
+ $ ( container ) . appendTo ( 'body' ) ;
50
50
51
51
Component = new Masonry ( {
52
52
defaults : {
You can’t perform that action at this time.
0 commit comments