CASH-201 | Update unit test
Fixed broken tests, haven't added new ones yet
This commit is contained in:
parent
80caabf5ef
commit
37cd5f01bf
1 changed files with 10 additions and 10 deletions
|
|
@ -293,7 +293,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -345,7 +345,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
//Assert
|
||||
|
|
@ -388,7 +388,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -432,7 +432,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote", isInsurance: false } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -478,7 +478,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -523,7 +523,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -570,7 +570,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -618,7 +618,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
|
||||
|
|
@ -662,7 +662,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
(c) => c(wrapper.vm)
|
||||
);
|
||||
//Assert
|
||||
|
|
@ -783,7 +783,7 @@ describe("quote.vue", () => {
|
|||
await quote.beforeRouteEnter.call(
|
||||
wrapper.vm,
|
||||
{ query: { fmgPage: "quote" } },
|
||||
undefined,
|
||||
{params:{}},
|
||||
nextFunction
|
||||
);
|
||||
await nextTick();
|
||||
|
|
|
|||
Loading…
Reference in a new issue