Skip to content

Commit 08f98be

Browse files
committed
AC-6922::JSUnit test suite sometimes hangs when running chrome
1 parent 04ed15c commit 08f98be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/data-storage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ define([
187187
result;
188188

189189
if (request.showTotalRecords === undefined) {
190-
request.showTotalRecords = 0;
190+
request.showTotalRecords = true;
191191
}
192192

193193
result = {
@@ -220,7 +220,7 @@ define([
220220
}
221221

222222
if (data.showTotalRecords === undefined) {
223-
data.showTotalRecords = 0;
223+
data.showTotalRecords = true;
224224
}
225225

226226
this._requests.push({

0 commit comments

Comments
 (0)