Skip to content

Commit

Permalink
MAGETWO-54733: Unable to save product with all unchecked values for m…
Browse files Browse the repository at this point in the history
…ultiple select attribute #7687
  • Loading branch information
VladimirZaets committed Jan 19, 2017
1 parent efac464 commit 535db29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ define([
})).toBeUndefined();
expect($('body').notification.calls.allArgs()).toEqual([['clear'], ['add', notificationArguments]]);
});
it('Check call "beforeSave" method. Check "complete" ajax callback with error response.' , function () {
it('Check call "beforeSave" method. Check "complete" ajax callback.' , function () {
var request;

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

0 comments on commit 535db29

Please sign in to comment.