File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ define([
225
225
expect ( model . getRequest ) . toHaveBeenCalled ( ) ;
226
226
} ) ;
227
227
228
- it ( 'Return "getRequestData" method ' , function ( ) {
228
+ it ( 'it returns cached request data if a cached request exists and no refresh option is provided ' , function ( ) {
229
229
var params = {
230
230
namespace : 'magento' ,
231
231
search : '' ,
@@ -247,7 +247,7 @@ define([
247
247
expect ( model . getRequestData ) . toHaveBeenCalled ( ) ;
248
248
} ) ;
249
249
250
- it ( 'Return " requestData" method ' , function ( ) {
250
+ it ( 'if refresh option is true so it will ignore cache and execute the requestData function ' , function ( ) {
251
251
var params = {
252
252
namespace : 'magento' ,
253
253
search : '' ,
You can’t perform that action at this time.
0 commit comments