Merge pull request #334 from Safelite/feature/CSR-98-TR

CSR-98 Remove test query strings
This commit is contained in:
katieoh-safelite 2022-04-11 15:23:54 -04:00 committed by GitHub
commit 661a3f308d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,9 +66,6 @@ export async function navigateToHeritageFunnel() {
{
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
// TODO CSR-28, remove this
cns: "all",
experiments: "RemoveServiceAreaPage=ServAreaRemoval_V7=NoShowPackages_CONTROL=true,ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
}
);
}