final fix
This commit is contained in:
parent
894511555c
commit
cdc312b75e
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
|||
import { mount } from '@vue/test-utils';
|
||||
import { createTestingPinia } from '@pinia/testing';
|
||||
import bailoutMessage from '@/constants/bailoutMessage';
|
||||
import navigationScenarios from '@/router/router-constants/navigation-scenarios.js';
|
||||
// import navigationScenarios from '@/router/router-constants/navigation-scenarios.js';
|
||||
|
||||
jest.mock('@/helpers/layout-helper.js', () => jest.fn());
|
||||
|
||||
|
|
@ -351,7 +351,7 @@ describe('TPAConfirmation.vue', () => {
|
|||
);
|
||||
});
|
||||
});
|
||||
// TODO: Add tests for forward navigation to carrier URL
|
||||
// TODO: Add tests for forward navigation to carrier URL - card SSR-1107
|
||||
describe('Navigation', () => {
|
||||
// test('Forward button action, navigate forward with CLICKED_FORWARD scenario', () => {
|
||||
// // Arrange
|
||||
|
|
|
|||
Loading…
Reference in a new issue