updating snapshot tests
This commit is contained in:
parent
ec98a1916c
commit
2895264c57
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
exports[`cart-dropdown component initial data rendered as expected 1`] = `
|
exports[`cart-dropdown component initial data rendered as expected 1`] = `
|
||||||
Object {
|
Object {
|
||||||
|
"RECYCLING_MODAL_REF_NAME": "RecycleModal",
|
||||||
"cartItemType": Object {
|
"cartItemType": Object {
|
||||||
"MOBILE_FEE": "MOBILE FEE",
|
"MOBILE_FEE": "MOBILE FEE",
|
||||||
"RECYCLE_FEE": "RECYCLE FEE",
|
"RECYCLE_FEE": "RECYCLE FEE",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
exports[`coverageStatement.vue returns the initial data 1`] = `
|
exports[`coverageStatement.vue returns the initial data 1`] = `
|
||||||
Object {
|
Object {
|
||||||
|
"DEDUCTIBLE_MODAL_REF_NAME": "DeductibleModal",
|
||||||
|
"RECAL_MODAL_REF_NAME": "RecalModal",
|
||||||
|
"SITE_FOOTER_REF_NAME": "siteFooter",
|
||||||
"baseServiceLineItems": Array [],
|
"baseServiceLineItems": Array [],
|
||||||
"deductibleText": "Your deductible is",
|
"deductibleText": "Your deductible is",
|
||||||
"rules": Object {
|
"rules": Object {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue