CSR-98 Remove test logs and experiment strings
This commit is contained in:
parent
7e51f4be92
commit
a04c482ecd
2 changed files with 1 additions and 8 deletions
|
|
@ -69,9 +69,6 @@ export async function navigateToHeritageFunnel() {
|
|||
{
|
||||
corid: store.getters.order.referralCorrelationId,
|
||||
src: "concept-funnel",
|
||||
// TODO CSR-28, remove this
|
||||
cns: "all",
|
||||
experiments: "RemoveServiceAreaPage=ServAreaRemoval_V7=ServAreaNoRemove_V7_TEST=true,ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
@ -144,11 +144,7 @@ describe("saveOrder", () => {
|
|||
|
||||
// Act
|
||||
await saveOrder();
|
||||
|
||||
console.log(document.cookie)
|
||||
console.log(cookieHelper.getConceptCookie)
|
||||
console.log(cookieHelper.getConceptCookie())
|
||||
|
||||
|
||||
// Assert
|
||||
expect(cookieHelper.getConceptCookie().DidHeritageFunnelUpdateLast).toEqual(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue