final fix

This commit is contained in:
Katie Kroell 2024-02-01 10:03:02 -05:00
parent 894511555c
commit cdc312b75e

View file

@ -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