CSR-98 Fix tests
This commit is contained in:
parent
5adaf6d5d0
commit
c230815000
2 changed files with 5 additions and 2 deletions
|
|
@ -66,6 +66,9 @@ export async function navigateToHeritageFunnel() {
|
||||||
{
|
{
|
||||||
corid: store.getters.order.referralCorrelationId,
|
corid: store.getters.order.referralCorrelationId,
|
||||||
src: "concept-funnel",
|
src: "concept-funnel",
|
||||||
|
// TODO CSR-28, remove this
|
||||||
|
cns: "all",
|
||||||
|
experiments: "RemoveServiceAreaPage=ServAreaRemoval_V7=NoShowPackages_CONTROL=true,ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -229,7 +229,7 @@ describe("getPageToRouteExistingOrderTo", () => {
|
||||||
|
|
||||||
//Assert
|
//Assert
|
||||||
//expect(result).toBe('vin-lookup');
|
//expect(result).toBe('vin-lookup');
|
||||||
expect(result).toBe('vehicle-damage');
|
expect(result).toBe('heritage');
|
||||||
});
|
});
|
||||||
|
|
||||||
test("getPageToRouteExistingOrderTo, should return estimate", async () => {
|
test("getPageToRouteExistingOrderTo, should return estimate", async () => {
|
||||||
|
|
@ -285,7 +285,7 @@ describe("getPageToRouteExistingOrderTo", () => {
|
||||||
|
|
||||||
//Assert
|
//Assert
|
||||||
//expect(result).toBe('estimate');
|
//expect(result).toBe('estimate');
|
||||||
expect(result).toBe('vehicle-damage');
|
expect(result).toBe('heritage');
|
||||||
});
|
});
|
||||||
|
|
||||||
test("getPageToRouteExistingOrderTo, existing order, should return heritage", async () => {
|
test("getPageToRouteExistingOrderTo, existing order, should return heritage", async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue