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([
225225 expect ( model . getRequest ) . toHaveBeenCalled ( ) ;
226226 } ) ;
227227
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 ( ) {
229229 var params = {
230230 namespace : 'magento' ,
231231 search : '' ,
@@ -247,7 +247,7 @@ define([
247247 expect ( model . getRequestData ) . toHaveBeenCalled ( ) ;
248248 } ) ;
249249
250- it ( 'Return " requestData" method ' , function ( ) {
250+ it ( 'if refresh option is true so it will ignore cache and execute the requestData function ' , function ( ) {
251251 var params = {
252252 namespace : 'magento' ,
253253 search : '' ,
You can’t perform that action at this time.
0 commit comments