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 c461948 commit b032a57Copy full SHA for b032a57
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/error-processor.test.js
@@ -62,10 +62,11 @@ define([
62
63
it('check on failed status', function () {
64
var messageContainer = jasmine.createSpyObj('globalMessageList', ['addErrorMessage']);
65
+
66
let messageObject = {
67
message: 'You are not authorized to access this resource.'
68
};
- console.log(jasmine.DEFAULT_TIMEOUT_INTERVAL);
69
70
spyOn(model, 'redirectTo').and.callFake(function () {});
71
model.process({
72
status: 401,
0 commit comments