Skip to content

Commit b032a57

Browse files
committed
ACP2E-3541: "Something went wrong" error on checkout for inactive company
1 parent c461948 commit b032a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/error-processor.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ define([
6262

6363
it('check on failed status', function () {
6464
var messageContainer = jasmine.createSpyObj('globalMessageList', ['addErrorMessage']);
65+
6566
let messageObject = {
6667
message: 'You are not authorized to access this resource.'
6768
};
68-
console.log(jasmine.DEFAULT_TIMEOUT_INTERVAL);
69+
6970
spyOn(model, 'redirectTo').and.callFake(function () {});
7071
model.process({
7172
status: 401,

0 commit comments

Comments
 (0)