File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
e2e/testcafe-devextreme/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ test('default render', async (t) => {
1414 height : 600 ,
1515 columns : [ 'Customer' , 'Order Date' ] ,
1616 cardCover : {
17- imageExpr : ( data ) => data . Picture && `https://js.devexpress.com/jQuery/Demos/WidgetsGallery/JSDemos /${ data . Picture } ` ,
17+ imageExpr : ( data ) => data . Picture && `../../../apps/demos /${ data . Picture } ` ,
1818 altExpr : 'FirstName' ,
1919 } ,
2020 dataSource : [ {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ test('default render', async (t) => {
2323 height : 600 ,
2424 columns : [ 'Customer' , 'Order Date' ] ,
2525 cardCover : {
26- imageExpr : ( data ) => data . Picture && `https://js.devexpress.com/jQuery/Demos/WidgetsGallery/JSDemos /${ data . Picture } ` ,
26+ imageExpr : ( data ) => data . Picture && `../../../apps/demos /${ data . Picture } ` ,
2727 altExpr : 'FirstName' ,
2828 } ,
2929 dataSource : [ {
You can’t perform that action at this time.
0 commit comments