Removing old tests
This commit is contained in:
parent
ccba1d7a7c
commit
9c7baa0bd9
1 changed files with 0 additions and 23 deletions
|
|
@ -122,16 +122,6 @@ describe('TPAConfirmation.vue', () => {
|
||||||
// Assert
|
// Assert
|
||||||
expect(bodyTwo.exists()).toBe(true);
|
expect(bodyTwo.exists()).toBe(true);
|
||||||
});
|
});
|
||||||
test('Should render Contact Carrier text', () => {
|
|
||||||
// Arrange
|
|
||||||
const { wrapper } = getMountedComponent({});
|
|
||||||
|
|
||||||
// Act
|
|
||||||
const contactCarrierText = wrapper.findComponent({ ref: 'contactCarrierText' });
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
expect(contactCarrierText.exists()).toBe(true);
|
|
||||||
});
|
|
||||||
test('Should render Order Details title', () => {
|
test('Should render Order Details title', () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const { wrapper } = getMountedComponent({});
|
const { wrapper } = getMountedComponent({});
|
||||||
|
|
@ -313,19 +303,6 @@ describe('TPAConfirmation.vue', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
describe('setBailoutInfo', () => {
|
|
||||||
test('setBailout method is called when routerLink clicked', async () => {
|
|
||||||
// Arrange
|
|
||||||
const { wrapper } = getMountedComponent({});
|
|
||||||
const contactCarrierText = wrapper.get('#contactCarrierText');
|
|
||||||
|
|
||||||
// Act
|
|
||||||
await contactCarrierText.trigger('click');
|
|
||||||
|
|
||||||
// Assert
|
|
||||||
expect(wrapper.vm.mainStore.setBailout).toHaveBeenCalledWith(bailoutMessage.RequestCallback);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
describe('Navigation', () => {
|
describe('Navigation', () => {
|
||||||
test('If Advanced flow, forward button action navigates to carrier URL', () => {
|
test('If Advanced flow, forward button action navigates to carrier URL', () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue