Skip to content

Commit 535db29

Browse files
committed
MAGETWO-54733: Unable to save product with all unchecked values for multiple select attribute #7687
1 parent efac464 commit 535db29

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ define([
131131
})).toBeUndefined();
132132
expect($('body').notification.calls.allArgs()).toEqual([['clear'], ['add', notificationArguments]]);
133133
});
134-
it('Check call "beforeSave" method. Check "complete" ajax callback with error response.' , function () {
134+
it('Check call "beforeSave" method. Check "complete" ajax callback.' , function () {
135135
var request;
136136

137137
$.ajax = jasmine.createSpy().and.callFake(function (req) {

0 commit comments

Comments
 (0)