Skip to content

Commit c461948

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

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
@@ -21,6 +21,7 @@ define([
2121
model;
2222

2323
beforeEach(function (done) {
24+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
2425
injector.mock(mocks);
2526
injector.require([
2627
'Magento_Checkout/js/model/error-processor'
@@ -64,7 +65,7 @@ define([
6465
let messageObject = {
6566
message: 'You are not authorized to access this resource.'
6667
};
67-
68+
console.log(jasmine.DEFAULT_TIMEOUT_INTERVAL);
6869
spyOn(model, 'redirectTo').and.callFake(function () {});
6970
model.process({
7071
status: 401,

0 commit comments

Comments
 (0)