We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efac464 commit 535db29Copy full SHA for 535db29
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/client.test.js
@@ -131,7 +131,7 @@ define([
131
})).toBeUndefined();
132
expect($('body').notification.calls.allArgs()).toEqual([['clear'], ['add', notificationArguments]]);
133
});
134
- it('Check call "beforeSave" method. Check "complete" ajax callback with error response.' , function () {
+ it('Check call "beforeSave" method. Check "complete" ajax callback.' , function () {
135
var request;
136
137
$.ajax = jasmine.createSpy().and.callFake(function (req) {
0 commit comments